#[repr(C)]pub struct MLNSize {
pub width: c_uint,
pub height: c_uint,
}Expand description
Size structure
Fields§
§width: c_uint§height: c_uintImplementations§
Trait Implementations§
impl Copy for MLNSize
Auto Trait Implementations§
impl Freeze for MLNSize
impl RefUnwindSafe for MLNSize
impl Send for MLNSize
impl Sync for MLNSize
impl Unpin for MLNSize
impl UnsafeUnpin for MLNSize
impl UnwindSafe for MLNSize
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