#[repr(C)]pub struct Matrix {
pub M11: f64,
pub M12: f64,
pub M21: f64,
pub M22: f64,
pub OffsetX: f64,
pub OffsetY: f64,
}
Expand description
Required features: ‘UI_Xaml_Media’
Fields
M11: f64
M12: f64
M21: f64
M22: f64
OffsetX: f64
OffsetY: f64
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Matrix
impl Send for Matrix
impl Sync for Matrix
impl Unpin for Matrix
impl UnwindSafe for 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