#[repr(C)]pub struct lv_area_t {
pub x1: lv_coord_t,
pub y1: lv_coord_t,
pub x2: lv_coord_t,
pub y2: lv_coord_t,
}Fields§
§x1: lv_coord_t§y1: lv_coord_t§x2: lv_coord_t§y2: lv_coord_tTrait 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