#[repr(C)]pub struct V5_DeviceOpticalGesture {
pub udata: u8,
pub ddata: u8,
pub ldata: u8,
pub rdata: u8,
pub gesture_type: u8,
pub padding: u8,
pub count: u16,
pub time: u32,
}
Fields§
§udata: u8
§ddata: u8
§ldata: u8
§rdata: u8
§gesture_type: u8
§padding: u8
§count: u16
§time: u32
Trait Implementations§
Source§impl Clone for V5_DeviceOpticalGesture
impl Clone for V5_DeviceOpticalGesture
Source§fn clone(&self) -> V5_DeviceOpticalGesture
fn clone(&self) -> V5_DeviceOpticalGesture
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 V5_DeviceOpticalGesture
impl Debug for V5_DeviceOpticalGesture
Source§impl Default for V5_DeviceOpticalGesture
impl Default for V5_DeviceOpticalGesture
Source§fn default() -> V5_DeviceOpticalGesture
fn default() -> V5_DeviceOpticalGesture
Returns the “default value” for a type. Read more
Source§impl PartialEq for V5_DeviceOpticalGesture
impl PartialEq for V5_DeviceOpticalGesture
impl Copy for V5_DeviceOpticalGesture
impl Eq for V5_DeviceOpticalGesture
impl StructuralPartialEq for V5_DeviceOpticalGesture
Auto Trait Implementations§
impl Freeze for V5_DeviceOpticalGesture
impl RefUnwindSafe for V5_DeviceOpticalGesture
impl Send for V5_DeviceOpticalGesture
impl Sync for V5_DeviceOpticalGesture
impl Unpin for V5_DeviceOpticalGesture
impl UnwindSafe for V5_DeviceOpticalGesture
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