#[repr(C)]pub struct _lv_obj_style_t {
pub style: *mut lv_style_t,
pub _bitfield_align_1: [u32; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
}
Fields§
§style: *mut lv_style_t
§_bitfield_align_1: [u32; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>
Implementations§
Source§impl _lv_obj_style_t
impl _lv_obj_style_t
pub fn selector(&self) -> u32
pub fn set_selector(&mut self, val: u32)
pub fn is_local(&self) -> u32
pub fn set_is_local(&mut self, val: u32)
pub fn is_trans(&self) -> u32
pub fn set_is_trans(&mut self, val: u32)
pub fn new_bitfield_1( selector: u32, is_local: u32, is_trans: u32, ) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations§
Source§impl Clone for _lv_obj_style_t
impl Clone for _lv_obj_style_t
Source§fn clone(&self) -> _lv_obj_style_t
fn clone(&self) -> _lv_obj_style_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_obj_style_t
impl Debug for _lv_obj_style_t
Source§impl Default for _lv_obj_style_t
impl Default for _lv_obj_style_t
impl Copy for _lv_obj_style_t
Auto Trait Implementations§
impl Freeze for _lv_obj_style_t
impl RefUnwindSafe for _lv_obj_style_t
impl !Send for _lv_obj_style_t
impl !Sync for _lv_obj_style_t
impl Unpin for _lv_obj_style_t
impl UnwindSafe for _lv_obj_style_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