Struct MATRIX3X3
#[repr(C)]pub struct MATRIX3X3 {
pub Anonymous: MATRIX3X3_0,
}
Fields§
§Anonymous: MATRIX3X3_0
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MATRIX3X3
impl RefUnwindSafe for MATRIX3X3
impl Send for MATRIX3X3
impl Sync for MATRIX3X3
impl Unpin for MATRIX3X3
impl UnwindSafe for MATRIX3X3
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