pub struct bmat2x2 { /* private fields */ }Trait Implementations§
impl Copy for bmat2x2
impl StructuralPartialEq for bmat2x2
Auto Trait Implementations§
impl Freeze for bmat2x2
impl RefUnwindSafe for bmat2x2
impl Send for bmat2x2
impl Sync for bmat2x2
impl Unpin for bmat2x2
impl UnwindSafe for bmat2x2
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