#[repr(C)]pub struct lv_imgbtn_t {
pub obj: lv_obj_t,
pub img_src_mid: [*const c_void; 6],
pub img_src_left: [*const c_void; 6],
pub img_src_right: [*const c_void; 6],
pub act_cf: lv_img_cf_t,
}Fields§
§obj: lv_obj_t§img_src_mid: [*const c_void; 6]§img_src_left: [*const c_void; 6]§img_src_right: [*const c_void; 6]§act_cf: lv_img_cf_tTrait Implementations§
Source§impl Clone for lv_imgbtn_t
impl Clone for lv_imgbtn_t
Source§fn clone(&self) -> lv_imgbtn_t
fn clone(&self) -> lv_imgbtn_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_imgbtn_t
impl Debug for lv_imgbtn_t
Source§impl Default for lv_imgbtn_t
impl Default for lv_imgbtn_t
impl Copy for lv_imgbtn_t
Auto Trait Implementations§
impl Freeze for lv_imgbtn_t
impl RefUnwindSafe for lv_imgbtn_t
impl !Send for lv_imgbtn_t
impl !Sync for lv_imgbtn_t
impl Unpin for lv_imgbtn_t
impl UnwindSafe for lv_imgbtn_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