Struct windows_sys::Win32::UI::Input::Pointer::INPUT_TRANSFORM_0_0
[−]#[repr(C)]pub struct INPUT_TRANSFORM_0_0 {}
Expand description
Required features: "Win32_UI_Input_Pointer"
Fields
_11: f32
_12: f32
_13: f32
_14: f32
_21: f32
_22: f32
_23: f32
_24: f32
_31: f32
_32: f32
_33: f32
_34: f32
_41: f32
_42: f32
_43: f32
_44: f32
Trait Implementations
impl Clone for INPUT_TRANSFORM_0_0
impl Clone for INPUT_TRANSFORM_0_0
impl Copy for INPUT_TRANSFORM_0_0
Auto Trait Implementations
impl RefUnwindSafe for INPUT_TRANSFORM_0_0
impl Send for INPUT_TRANSFORM_0_0
impl Sync for INPUT_TRANSFORM_0_0
impl Unpin for INPUT_TRANSFORM_0_0
impl UnwindSafe for INPUT_TRANSFORM_0_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