#[repr(C)]pub struct lv_draw_dsc_base_t {
pub obj: *mut lv_obj_t,
pub part: u32,
pub id1: u32,
pub id2: u32,
pub layer: *mut lv_layer_t,
pub dsc_size: usize,
pub user_data: *mut c_void,
}
Fields§
§obj: *mut lv_obj_t
§part: u32
§id1: u32
§id2: u32
§layer: *mut lv_layer_t
§dsc_size: usize
§user_data: *mut c_void
Trait Implementations§
Source§impl Clone for lv_draw_dsc_base_t
impl Clone for lv_draw_dsc_base_t
Source§fn clone(&self) -> lv_draw_dsc_base_t
fn clone(&self) -> lv_draw_dsc_base_t
Returns a copy 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_draw_dsc_base_t
impl Debug for lv_draw_dsc_base_t
Source§impl Default for lv_draw_dsc_base_t
impl Default for lv_draw_dsc_base_t
Source§fn default() -> lv_draw_dsc_base_t
fn default() -> lv_draw_dsc_base_t
Returns the “default value” for a type. Read more
impl Copy for lv_draw_dsc_base_t
Auto Trait Implementations§
impl Freeze for lv_draw_dsc_base_t
impl RefUnwindSafe for lv_draw_dsc_base_t
impl !Send for lv_draw_dsc_base_t
impl !Sync for lv_draw_dsc_base_t
impl Unpin for lv_draw_dsc_base_t
impl UnwindSafe for lv_draw_dsc_base_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