Struct windows_sys::Win32::Graphics::Dwm::MilMatrix3x2D
#[repr(C, packed(1))]pub struct MilMatrix3x2D {
pub S_11: f64,
pub S_12: f64,
pub S_21: f64,
pub S_22: f64,
pub DX: f64,
pub DY: f64,
}Fields§
§S_11: f64§S_12: f64§S_21: f64§S_22: f64§DX: f64§DY: f64Trait Implementations§
§impl Clone for MilMatrix3x2D
impl Clone for MilMatrix3x2D
impl Copy for MilMatrix3x2D
Auto Trait Implementations§
impl RefUnwindSafe for MilMatrix3x2D
impl Send for MilMatrix3x2D
impl Sync for MilMatrix3x2D
impl Unpin for MilMatrix3x2D
impl UnwindSafe for MilMatrix3x2D
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more