#[repr(C)]pub struct _lv_imagebutton_t {
pub obj: _lv_obj_t,
pub src_mid: [_lv_imagebutton_src_info_t; 6],
pub src_left: [_lv_imagebutton_src_info_t; 6],
pub src_right: [_lv_imagebutton_src_info_t; 6],
}Fields§
§obj: _lv_obj_t§src_mid: [_lv_imagebutton_src_info_t; 6]§src_left: [_lv_imagebutton_src_info_t; 6]§src_right: [_lv_imagebutton_src_info_t; 6]Trait Implementations§
Source§fn clone(&self) -> _lv_imagebutton_t
fn clone(&self) -> _lv_imagebutton_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§fn default() -> _lv_imagebutton_t
fn default() -> _lv_imagebutton_t
Returns the “default value” for a type. Read more
Auto Trait Implementations§
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