#[repr(C)]pub struct MATRIX3X3 {
pub Anonymous: MATRIX3X3_0,
}
Expand description
Required features: "Win32_Devices_Sensors"
Fields
Anonymous: MATRIX3X3_0
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MATRIX3X3
impl Send for MATRIX3X3
impl Sync for MATRIX3X3
impl Unpin for MATRIX3X3
impl UnwindSafe for MATRIX3X3
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more