#[repr(C)]pub struct lv_keyboard_t {
pub btnm: lv_btnmatrix_t,
pub ta: *mut lv_obj_t,
pub mode: lv_keyboard_mode_t,
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub __bindgen_padding_0: u16,
}
Fields§
§btnm: lv_btnmatrix_t
§ta: *mut lv_obj_t
§mode: lv_keyboard_mode_t
§_bitfield_align_1: [u8; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>
§__bindgen_padding_0: u16
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
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 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