Struct xcb::xinput::TouchClass
source · pub struct TouchClass { /* private fields */ }
Implementations§
source§impl TouchClass
impl TouchClass
sourcepub fn new(
type: DeviceClassType,
len: u16,
source: Device,
mode: TouchMode,
num_touches: u8,
) -> TouchClass
pub fn new( type: DeviceClassType, len: u16, source: Device, mode: TouchMode, num_touches: u8, ) -> TouchClass
Construct a new TouchClass.
pub fn type(&self) -> DeviceClassType
pub fn len(&self) -> u16
pub fn source(&self) -> Device
pub fn mode(&self) -> TouchMode
pub fn num_touches(&self) -> u8
Trait Implementations§
source§impl Clone for TouchClass
impl Clone for TouchClass
source§fn clone(&self) -> TouchClass
fn clone(&self) -> TouchClass
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 TouchClass
impl Debug for TouchClass
impl Copy for TouchClass
Auto Trait Implementations§
impl Freeze for TouchClass
impl RefUnwindSafe for TouchClass
impl Send for TouchClass
impl Sync for TouchClass
impl Unpin for TouchClass
impl UnwindSafe for TouchClass
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
)