#[repr(C)]pub struct lv_win_t {
pub obj: lv_obj_t,
}
Fields§
§obj: lv_obj_t
Trait Implementations§
impl Copy for lv_win_t
Auto Trait Implementations§
impl Freeze for lv_win_t
impl RefUnwindSafe for lv_win_t
impl !Send for lv_win_t
impl !Sync for lv_win_t
impl Unpin for lv_win_t
impl UnwindSafe for lv_win_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