#[repr(C)]pub struct Matrix3D {}
Expand description
Required features: "UI_Xaml_Media_Media3D"
Fields
M11: f64
M12: f64
M13: f64
M14: f64
M21: f64
M22: f64
M23: f64
M24: f64
M31: f64
M32: f64
M33: f64
M34: f64
OffsetX: f64
OffsetY: f64
OffsetZ: f64
M44: f64
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Matrix3D
impl Send for Matrix3D
impl Sync for Matrix3D
impl Unpin for Matrix3D
impl UnwindSafe for Matrix3D
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