#[repr(C)]pub struct _lv_tileview_t {
pub obj: lv_obj_t,
pub tile_act: *mut lv_obj_t,
}Expand description
TYPEDEFS
Fields§
§obj: lv_obj_t§tile_act: *mut lv_obj_tTrait Implementations§
Source§impl Clone for _lv_tileview_t
impl Clone for _lv_tileview_t
Source§fn clone(&self) -> _lv_tileview_t
fn clone(&self) -> _lv_tileview_t
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for _lv_tileview_t
impl Debug for _lv_tileview_t
impl Copy for _lv_tileview_t
Auto Trait Implementations§
impl Freeze for _lv_tileview_t
impl RefUnwindSafe for _lv_tileview_t
impl !Send for _lv_tileview_t
impl !Sync for _lv_tileview_t
impl Unpin for _lv_tileview_t
impl UnsafeUnpin for _lv_tileview_t
impl UnwindSafe for _lv_tileview_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