#[repr(C)]pub struct lv_animimg_t {
pub img: lv_img_t,
pub anim: lv_anim_t,
pub dsc: *mut *const c_void,
pub pic_count: i8,
}Fields§
§img: lv_img_t§anim: lv_anim_t§dsc: *mut *const c_void§pic_count: i8Trait Implementations§
Source§impl Clone for lv_animimg_t
impl Clone for lv_animimg_t
Source§fn clone(&self) -> lv_animimg_t
fn clone(&self) -> lv_animimg_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_animimg_t
impl Debug for lv_animimg_t
Source§impl Default for lv_animimg_t
impl Default for lv_animimg_t
impl Copy for lv_animimg_t
Auto Trait Implementations§
impl Freeze for lv_animimg_t
impl RefUnwindSafe for lv_animimg_t
impl !Send for lv_animimg_t
impl !Sync for lv_animimg_t
impl Unpin for lv_animimg_t
impl UnwindSafe for lv_animimg_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