Enum xcb::xinput::DeviceStateData
source · pub enum DeviceStateData {
Resolution {
resolution_values: Vec<u32>,
resolution_min: Vec<u32>,
resolution_max: 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 {
status: u8,
iscore: u8,
},
Enable(u8),
AbsArea {
offset_x: u32,
offset_y: u32,
width: u32,
height: u32,
screen: u32,
following: u32,
},
}
Variants§
Trait Implementations§
source§impl Clone for DeviceStateData
impl Clone for DeviceStateData
source§fn clone(&self) -> DeviceStateData
fn clone(&self) -> DeviceStateData
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 DeviceStateData
impl RefUnwindSafe for DeviceStateData
impl Send for DeviceStateData
impl Sync for DeviceStateData
impl Unpin for DeviceStateData
impl UnwindSafe for DeviceStateData
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
)