#[repr(C)]pub struct lv_indev_data_t {
pub point: lv_point_t,
pub key: u32,
pub btn_id: u32,
pub enc_diff: i16,
pub state: u32,
pub continue_reading: bool,
}
Fields§
§point: lv_point_t
§key: u32
§btn_id: u32
§enc_diff: i16
§state: u32
§continue_reading: bool
Trait Implementations§
Source§impl Clone for lv_indev_data_t
impl Clone for lv_indev_data_t
Source§fn clone(&self) -> lv_indev_data_t
fn clone(&self) -> lv_indev_data_t
Returns a copy 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_indev_data_t
impl Debug for lv_indev_data_t
Source§impl Default for lv_indev_data_t
impl Default for lv_indev_data_t
Source§fn default() -> lv_indev_data_t
fn default() -> lv_indev_data_t
Returns the “default value” for a type. Read more
Source§impl From<Input_data_type> for lv_indev_data_t
impl From<Input_data_type> for lv_indev_data_t
Source§fn from(Value: Input_data_type) -> lv_indev_data_t
fn from(Value: Input_data_type) -> lv_indev_data_t
Converts to this type from the input type.
impl Copy for lv_indev_data_t
Auto Trait Implementations§
impl Freeze for lv_indev_data_t
impl RefUnwindSafe for lv_indev_data_t
impl Send for lv_indev_data_t
impl Sync for lv_indev_data_t
impl Unpin for lv_indev_data_t
impl UnwindSafe for lv_indev_data_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