#[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; 7],
}Expand description
TYPEDEFS
Fields§
§txt: *mut c_char< a pointer to display text
spangroup: *mut lv_obj_t< a pointer to spangroup
style: lv_style_t< display text style
_bitfield_align_1: [u8; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>§__bindgen_padding_0: [u8; 7]Implementations§
Source§impl lv_span_t
impl lv_span_t
pub fn static_flag(&self) -> u32
pub fn set_static_flag(&mut self, val: u32)
pub unsafe fn static_flag_raw(this: *const Self) -> u32
pub unsafe fn set_static_flag_raw(this: *mut Self, val: u32)
pub fn new_bitfield_1(static_flag: u32) -> __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