#[repr(i32)]pub enum PointerDeviceType {
Touch = 0,
Pen = 1,
Mouse = 2,
Kinect = 3,
}Variants§
Trait Implementations§
Source§impl Clone for PointerDeviceType
impl Clone for PointerDeviceType
Source§fn clone(&self) -> PointerDeviceType
fn clone(&self) -> PointerDeviceType
Returns a duplicate 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 PointerDeviceType
impl Debug for PointerDeviceType
Source§impl Hash for PointerDeviceType
impl Hash for PointerDeviceType
Source§impl PartialEq for PointerDeviceType
impl PartialEq for PointerDeviceType
impl Eq for PointerDeviceType
impl StructuralPartialEq for PointerDeviceType
Auto Trait Implementations§
impl Freeze for PointerDeviceType
impl RefUnwindSafe for PointerDeviceType
impl Send for PointerDeviceType
impl Sync for PointerDeviceType
impl Unpin for PointerDeviceType
impl UnwindSafe for PointerDeviceType
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