Struct ui_sys::uiDrawMatrix [−][src]
#[repr(C)]pub struct uiDrawMatrix { pub M11: c_double, pub M12: c_double, pub M21: c_double, pub M22: c_double, pub M31: c_double, pub M32: c_double, }
Fields
M11: c_double
M12: c_double
M21: c_double
M22: c_double
M31: c_double
M32: c_double
Trait Implementations
impl Copy for uiDrawMatrix[src]
impl Copy for uiDrawMatriximpl Clone for uiDrawMatrix[src]
impl Clone for uiDrawMatrixfn clone(&self) -> uiDrawMatrix[src]
fn clone(&self) -> uiDrawMatrixReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for uiDrawMatrix[src]
impl PartialEq for uiDrawMatrixfn eq(&self, other: &uiDrawMatrix) -> bool[src]
fn eq(&self, other: &uiDrawMatrix) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &uiDrawMatrix) -> bool[src]
fn ne(&self, other: &uiDrawMatrix) -> boolThis method tests for !=.
impl Debug for uiDrawMatrix[src]
impl Debug for uiDrawMatrixAuto Trait Implementations
impl Send for uiDrawMatrix
impl Send for uiDrawMatriximpl Sync for uiDrawMatrix
impl Sync for uiDrawMatrix