Struct input_linux_sys::input_mt_request_layout
source · #[repr(C)]pub struct input_mt_request_layout<T: ?Sized = [i32]> {
pub code: u32,
pub values: T,
}Fields§
§code: u32§values: TTrait Implementations§
source§impl<T: Clone + ?Sized> Clone for input_mt_request_layout<T>
impl<T: Clone + ?Sized> Clone for input_mt_request_layout<T>
source§fn clone(&self) -> input_mt_request_layout<T>
fn clone(&self) -> input_mt_request_layout<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 more