#[repr(C)]pub struct lv_span_t {
pub txt: *mut c_char,
pub spangroup: *mut lv_obj_t,
pub style: lv_style_t,
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub __bindgen_padding_0: [u8; 3],
}
Fields§
§txt: *mut c_char
§spangroup: *mut lv_obj_t
§style: lv_style_t
§_bitfield_align_1: [u8; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>
§__bindgen_padding_0: [u8; 3]
Implementations§
Source§impl lv_span_t
impl lv_span_t
pub fn static_flag(&self) -> u8
pub fn set_static_flag(&mut self, val: u8)
pub fn new_bitfield_1(static_flag: u8) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for lv_span_t
impl RefUnwindSafe for lv_span_t
impl !Send for lv_span_t
impl !Sync for lv_span_t
impl Unpin for lv_span_t
impl UnwindSafe for lv_span_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