#[repr(C)]pub struct _ui_mat22_struct {
pub _11: ulong,
pub _12: ulong,
pub _21: ulong,
pub _22: ulong,
pub det: c_int,
}Fields§
§_11: ulong§_12: ulong§_21: ulong§_22: ulong§det: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for _ui_mat22_struct
impl RefUnwindSafe for _ui_mat22_struct
impl Send for _ui_mat22_struct
impl Sync for _ui_mat22_struct
impl Unpin for _ui_mat22_struct
impl UnsafeUnpin for _ui_mat22_struct
impl UnwindSafe for _ui_mat22_struct
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