#[repr(C)]pub struct lv_area_t {
pub x1: i32,
pub y1: i32,
pub x2: i32,
pub y2: i32,
}
Fields§
§x1: i32
§y1: i32
§x2: i32
§y2: i32
Trait Implementations§
impl Copy for lv_area_t
Auto Trait Implementations§
impl Freeze for lv_area_t
impl RefUnwindSafe for lv_area_t
impl Send for lv_area_t
impl Sync for lv_area_t
impl Unpin for lv_area_t
impl UnwindSafe for lv_area_t
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