#[repr(C)]pub struct _lv_indev_t {
pub driver: *mut _lv_indev_drv_t,
pub proc_: _lv_indev_proc_t,
pub cursor: *mut _lv_obj_t,
pub group: *mut _lv_group_t,
pub btn_points: *const lv_point_t,
}
Fields§
§driver: *mut _lv_indev_drv_t
§proc_: _lv_indev_proc_t
§cursor: *mut _lv_obj_t
§group: *mut _lv_group_t
§btn_points: *const lv_point_t
Trait Implementations§
Source§impl Clone for _lv_indev_t
impl Clone for _lv_indev_t
Source§fn clone(&self) -> _lv_indev_t
fn clone(&self) -> _lv_indev_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 Default for _lv_indev_t
impl Default for _lv_indev_t
impl Copy for _lv_indev_t
Auto Trait Implementations§
impl Freeze for _lv_indev_t
impl RefUnwindSafe for _lv_indev_t
impl !Send for _lv_indev_t
impl !Sync for _lv_indev_t
impl Unpin for _lv_indev_t
impl UnwindSafe for _lv_indev_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