Union windows_sys::Win32::Devices::Sensors::MATRIX3X3_0
[−]#[repr(C)]
pub union MATRIX3X3_0 {
pub Anonymous1: MATRIX3X3_0_0,
pub Anonymous2: MATRIX3X3_0_1,
pub M: [f32; 9],
}
Expand description
Required features: "Win32_Devices_Sensors"
Fields
Anonymous1: MATRIX3X3_0_0
Anonymous2: MATRIX3X3_0_1
M: [f32; 9]
Trait Implementations
impl Clone for MATRIX3X3_0
impl Clone for MATRIX3X3_0
impl Copy for MATRIX3X3_0
Auto Trait Implementations
impl RefUnwindSafe for MATRIX3X3_0
impl Send for MATRIX3X3_0
impl Sync for MATRIX3X3_0
impl Unpin for MATRIX3X3_0
impl UnwindSafe for MATRIX3X3_0
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