#[repr(C)]pub struct lv_line_t {
pub obj: lv_obj_t,
pub point_array: *const lv_point_t,
pub point_num: u16,
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub __bindgen_padding_0: u8,
}
Fields§
§obj: lv_obj_t
§point_array: *const lv_point_t
§point_num: u16
§_bitfield_align_1: [u8; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>
§__bindgen_padding_0: u8
Implementations§
Trait Implementations§
impl Copy for lv_line_t
Auto Trait Implementations§
impl Freeze for lv_line_t
impl RefUnwindSafe for lv_line_t
impl !Send for lv_line_t
impl !Sync for lv_line_t
impl Unpin for lv_line_t
impl UnwindSafe for lv_line_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