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

Trait Implementations

impl Copy for uiDrawMatrix
[src]

impl Clone for uiDrawMatrix
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for uiDrawMatrix
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for uiDrawMatrix
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for uiDrawMatrix

impl Sync for uiDrawMatrix