#[repr(C)]pub struct LCDRect {
pub left: c_int,
pub right: c_int,
pub top: c_int,
pub bottom: c_int,
}Fields§
§left: c_int§right: c_int§top: c_int§bottom: c_intTrait Implementations§
impl Copy for LCDRect
impl Eq for LCDRect
impl StructuralPartialEq for LCDRect
Auto Trait Implementations§
impl Freeze for LCDRect
impl RefUnwindSafe for LCDRect
impl Send for LCDRect
impl Sync for LCDRect
impl Unpin for LCDRect
impl UnwindSafe for LCDRect
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