#[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: f32translationY: f32scale: f32expansion: f32rotation: f32Trait 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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