#[repr(C)]pub struct MxcfbRect {
pub top: u32,
pub left: u32,
pub width: u32,
pub height: u32,
}Fields§
§top: u32§left: u32§width: u32§height: u32Auto Trait Implementations§
impl Freeze for MxcfbRect
impl RefUnwindSafe for MxcfbRect
impl Send for MxcfbRect
impl Sync for MxcfbRect
impl Unpin for MxcfbRect
impl UnsafeUnpin for MxcfbRect
impl UnwindSafe for MxcfbRect
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