#[repr(C)]pub struct _lv_img_decoder_dsc_t {
pub decoder: *mut lv_img_decoder_t,
pub src: *const c_void,
pub color: lv_color_t,
pub frame_id: i32,
pub src_type: lv_img_src_t,
pub header: lv_img_header_t,
pub img_data: *const u8,
pub time_to_open: u32,
pub error_msg: *const c_char,
pub user_data: *mut c_void,
}Fields§
§decoder: *mut lv_img_decoder_t§src: *const c_void§color: lv_color_t§frame_id: i32§src_type: lv_img_src_t§header: lv_img_header_t§img_data: *const u8§time_to_open: u32§error_msg: *const c_char§user_data: *mut c_voidTrait Implementations§
Source§impl Clone for _lv_img_decoder_dsc_t
impl Clone for _lv_img_decoder_dsc_t
Source§fn clone(&self) -> _lv_img_decoder_dsc_t
fn clone(&self) -> _lv_img_decoder_dsc_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 Default for _lv_img_decoder_dsc_t
impl Default for _lv_img_decoder_dsc_t
impl Copy for _lv_img_decoder_dsc_t
Auto Trait Implementations§
impl Freeze for _lv_img_decoder_dsc_t
impl RefUnwindSafe for _lv_img_decoder_dsc_t
impl !Send for _lv_img_decoder_dsc_t
impl !Sync for _lv_img_decoder_dsc_t
impl Unpin for _lv_img_decoder_dsc_t
impl UnwindSafe for _lv_img_decoder_dsc_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