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