Struct windows_sys::Win32::Storage::Xps::XPS_MATRIX
[−]#[repr(C)]pub struct XPS_MATRIX {
pub m11: f32,
pub m12: f32,
pub m21: f32,
pub m22: f32,
pub m31: f32,
pub m32: f32,
}
Expand description
Required features: ‘Win32_Storage_Xps’
Fields
m11: f32
m12: f32
m21: f32
m22: f32
m31: f32
m32: f32
Trait Implementations
impl Clone for XPS_MATRIX
impl Clone for XPS_MATRIX
impl Copy for XPS_MATRIX
Auto Trait Implementations
impl RefUnwindSafe for XPS_MATRIX
impl Send for XPS_MATRIX
impl Sync for XPS_MATRIX
impl Unpin for XPS_MATRIX
impl UnwindSafe for XPS_MATRIX
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more