#[repr(C)]pub struct MANIPULATION_TRANSFORM {
pub translationX: f32,
pub translationY: f32,
pub scale: f32,
pub expansion: f32,
pub rotation: f32,
}
Expand description
Required features: "Win32_UI_InteractionContext"
Fields
translationX: f32
translationY: f32
scale: f32
expansion: f32
rotation: f32
Trait Implementations
impl Clone for MANIPULATION_TRANSFORM
impl Clone for MANIPULATION_TRANSFORM
impl Copy for MANIPULATION_TRANSFORM
Auto Trait Implementations
impl RefUnwindSafe for MANIPULATION_TRANSFORM
impl Send for MANIPULATION_TRANSFORM
impl Sync for MANIPULATION_TRANSFORM
impl Unpin for MANIPULATION_TRANSFORM
impl UnwindSafe for MANIPULATION_TRANSFORM
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