#[repr(C)]pub struct PresentationTransform {
pub M11: f32,
pub M12: f32,
pub M21: f32,
pub M22: f32,
pub M31: f32,
pub M32: f32,
}
Expand description
Required features: "Win32_Graphics_CompositionSwapchain"
Fields
M11: f32
M12: f32
M21: f32
M22: f32
M31: f32
M32: f32
Trait Implementations
impl Clone for PresentationTransform
impl Clone for PresentationTransform
impl Copy for PresentationTransform
Auto Trait Implementations
impl RefUnwindSafe for PresentationTransform
impl Send for PresentationTransform
impl Sync for PresentationTransform
impl Unpin for PresentationTransform
impl UnwindSafe for PresentationTransform
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