#[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§
Source§impl Abi for MilMatrix3x2D
impl Abi for MilMatrix3x2D
Source§type Abi = MilMatrix3x2D
type Abi = MilMatrix3x2D
The abi representation of the implementing type. Read more
type DefaultType = MilMatrix3x2D
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for MilMatrix3x2D
impl Clone for MilMatrix3x2D
Source§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 moreSource§impl PartialEq for MilMatrix3x2D
impl PartialEq for MilMatrix3x2D
impl Copy for MilMatrix3x2D
impl Eq 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