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 uiDrawMatrix
impl Clone for uiDrawMatrix
[src]
impl Clone for uiDrawMatrix
fn clone(&self) -> uiDrawMatrix
[src]
fn clone(&self) -> uiDrawMatrix
Returns 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 uiDrawMatrix
fn eq(&self, other: &uiDrawMatrix) -> bool
[src]
fn eq(&self, other: &uiDrawMatrix) -> bool
This 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) -> bool
This method tests for !=
.
impl Debug for uiDrawMatrix
[src]
impl Debug for uiDrawMatrix
Auto Trait Implementations
impl Send for uiDrawMatrix
impl Send for uiDrawMatrix
impl Sync for uiDrawMatrix
impl Sync for uiDrawMatrix