#[repr(C)]pub struct _lv_keyboard_t {
pub btnm: _lv_buttonmatrix_t,
pub ta: *mut _lv_obj_t,
pub mode: u32,
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub __bindgen_padding_0: [u8; 3],
}Fields§
§btnm: _lv_buttonmatrix_t§ta: *mut _lv_obj_t§mode: u32§_bitfield_align_1: [u8; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>§__bindgen_padding_0: [u8; 3]Implementations§
Source§impl _lv_keyboard_t
impl _lv_keyboard_t
pub fn popovers(&self) -> u8
pub fn set_popovers(&mut self, val: u8)
pub fn new_bitfield_1(popovers: u8) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations§
Source§impl Clone for _lv_keyboard_t
impl Clone for _lv_keyboard_t
Source§fn clone(&self) -> _lv_keyboard_t
fn clone(&self) -> _lv_keyboard_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_keyboard_t
impl Debug for _lv_keyboard_t
Source§impl Default for _lv_keyboard_t
impl Default for _lv_keyboard_t
Source§fn default() -> _lv_keyboard_t
fn default() -> _lv_keyboard_t
Returns the “default value” for a type. Read more
impl Copy for _lv_keyboard_t
Auto Trait Implementations§
impl Freeze for _lv_keyboard_t
impl RefUnwindSafe for _lv_keyboard_t
impl !Send for _lv_keyboard_t
impl !Sync for _lv_keyboard_t
impl Unpin for _lv_keyboard_t
impl UnsafeUnpin for _lv_keyboard_t
impl UnwindSafe for _lv_keyboard_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