Struct libui_ng_sys::uiDrawMatrix
source · #[repr(C)]pub struct uiDrawMatrix {
pub M11: f64,
pub M12: f64,
pub M21: f64,
pub M22: f64,
pub M31: f64,
pub M32: f64,
}Fields§
§M11: f64§M12: f64§M21: f64§M22: f64§M31: f64§M32: f64Trait Implementations§
source§impl Clone for uiDrawMatrix
impl Clone for uiDrawMatrix
source§fn clone(&self) -> uiDrawMatrix
fn clone(&self) -> uiDrawMatrix
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 more