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 Clone for uiDrawMatrix[src]
fn clone(&self) -> uiDrawMatrix[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl PartialEq for uiDrawMatrix[src]
fn eq(&self, __arg_0: &uiDrawMatrix) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &uiDrawMatrix) -> bool[src]
This method tests for !=.