#[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: f64
Trait Implementations§
Source§impl Clone for uiDrawMatrix
impl Clone for uiDrawMatrix
Source§fn clone(&self) -> uiDrawMatrix
fn clone(&self) -> uiDrawMatrix
Returns a duplicate 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 moreSource§impl Debug for uiDrawMatrix
impl Debug for uiDrawMatrix
impl Copy for uiDrawMatrix
Auto Trait Implementations§
impl Freeze for uiDrawMatrix
impl RefUnwindSafe for uiDrawMatrix
impl Send for uiDrawMatrix
impl Sync for uiDrawMatrix
impl Unpin for uiDrawMatrix
impl UnwindSafe for uiDrawMatrix
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more