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