#[repr(C)]pub struct _lv_obj_style_transition_dsc_t {
pub time: u16,
pub delay: u16,
pub selector: lv_style_selector_t,
pub prop: lv_style_prop_t,
pub path_cb: lv_anim_path_cb_t,
pub user_data: *mut c_void,
}
Fields§
§time: u16
§delay: u16
§selector: lv_style_selector_t
§prop: lv_style_prop_t
§path_cb: lv_anim_path_cb_t
§user_data: *mut c_void
Trait Implementations§
Source§impl Clone for _lv_obj_style_transition_dsc_t
impl Clone for _lv_obj_style_transition_dsc_t
Source§fn clone(&self) -> _lv_obj_style_transition_dsc_t
fn clone(&self) -> _lv_obj_style_transition_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 moreimpl Copy for _lv_obj_style_transition_dsc_t
Auto Trait Implementations§
impl Freeze for _lv_obj_style_transition_dsc_t
impl RefUnwindSafe for _lv_obj_style_transition_dsc_t
impl !Send for _lv_obj_style_transition_dsc_t
impl !Sync for _lv_obj_style_transition_dsc_t
impl Unpin for _lv_obj_style_transition_dsc_t
impl UnwindSafe for _lv_obj_style_transition_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