pub struct ProjectionMatrix { /* private fields */ }
Expand description
Projection matrix with values in {1,0,-1} mod q
Implementations§
Auto Trait Implementations§
impl Freeze for ProjectionMatrix
impl RefUnwindSafe for ProjectionMatrix
impl Send for ProjectionMatrix
impl Sync for ProjectionMatrix
impl Unpin for ProjectionMatrix
impl UnwindSafe for ProjectionMatrix
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more