Enum witas::raw_input::DeviceChangeState
source · pub enum DeviceChangeState {
Arrival,
Removal,
}Variants§
Trait Implementations§
source§impl Clone for DeviceChangeState
impl Clone for DeviceChangeState
source§fn clone(&self) -> DeviceChangeState
fn clone(&self) -> DeviceChangeState
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 DeviceChangeState
impl Debug for DeviceChangeState
source§impl PartialEq for DeviceChangeState
impl PartialEq for DeviceChangeState
source§fn eq(&self, other: &DeviceChangeState) -> bool
fn eq(&self, other: &DeviceChangeState) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for DeviceChangeState
impl Eq for DeviceChangeState
impl StructuralEq for DeviceChangeState
impl StructuralPartialEq for DeviceChangeState
Auto Trait Implementations§
impl RefUnwindSafe for DeviceChangeState
impl Send for DeviceChangeState
impl Sync for DeviceChangeState
impl Unpin for DeviceChangeState
impl UnwindSafe for DeviceChangeState
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