pub struct BinMatrix(pub [[f32; 4]; 4]);Tuple Fields§
§0: [[f32; 4]; 4]Trait Implementations§
Source§impl<BV: BinVisitor + ?Sized> BinTraversal<BV> for BinMatrix
impl<BV: BinVisitor + ?Sized> BinTraversal<BV> for BinMatrix
Auto Trait Implementations§
impl Freeze for BinMatrix
impl RefUnwindSafe for BinMatrix
impl Send for BinMatrix
impl Sync for BinMatrix
impl Unpin for BinMatrix
impl UnsafeUnpin for BinMatrix
impl UnwindSafe for BinMatrix
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