#[repr(C)]pub struct lv_style_const_prop_t {
pub prop: lv_style_prop_t,
pub value: lv_style_value_t,
}
Fields§
§prop: lv_style_prop_t
§value: lv_style_value_t
Trait Implementations§
Source§impl Clone for lv_style_const_prop_t
impl Clone for lv_style_const_prop_t
Source§fn clone(&self) -> lv_style_const_prop_t
fn clone(&self) -> lv_style_const_prop_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_style_const_prop_t
impl Default for lv_style_const_prop_t
impl Copy for lv_style_const_prop_t
Auto Trait Implementations§
impl Freeze for lv_style_const_prop_t
impl RefUnwindSafe for lv_style_const_prop_t
impl !Send for lv_style_const_prop_t
impl !Sync for lv_style_const_prop_t
impl Unpin for lv_style_const_prop_t
impl UnwindSafe for lv_style_const_prop_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