Enum xcb::xinput::DeviceCtlData
source · pub enum DeviceCtlData {
Resolution {
first_valuator: u8,
resolution_values: Vec<u32>,
},
AbsCalib {
min_x: i32,
max_x: i32,
min_y: i32,
max_y: i32,
flip_x: u32,
flip_y: u32,
rotation: u32,
button_threshold: u32,
},
Core(u8),
Enable(u8),
AbsArea {
offset_x: u32,
offset_y: u32,
width: i32,
height: i32,
screen: i32,
following: u32,
},
}
Variants§
Trait Implementations§
source§impl Clone for DeviceCtlData
impl Clone for DeviceCtlData
source§fn clone(&self) -> DeviceCtlData
fn clone(&self) -> DeviceCtlData
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 moreAuto Trait Implementations§
impl Freeze for DeviceCtlData
impl RefUnwindSafe for DeviceCtlData
impl Send for DeviceCtlData
impl Sync for DeviceCtlData
impl Unpin for DeviceCtlData
impl UnwindSafe for DeviceCtlData
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)