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: f64
Trait Implementations§
§impl Clone for MilMatrix3x2D
impl Clone for MilMatrix3x2D
§fn clone(&self) -> MilMatrix3x2D
fn clone(&self) -> MilMatrix3x2D
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for MilMatrix3x2D
Auto Trait Implementations§
impl Freeze for MilMatrix3x2D
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)