#[repr(transparent)]pub struct DeviceWatcherEventKind(pub i32);
Expand description
Required features: "Devices_Enumeration"
Tuple Fields
0: i32
Implementations
Trait Implementations
impl Clone for DeviceWatcherEventKind
impl Clone for DeviceWatcherEventKind
impl Copy for DeviceWatcherEventKind
Auto Trait Implementations
impl RefUnwindSafe for DeviceWatcherEventKind
impl Send for DeviceWatcherEventKind
impl Sync for DeviceWatcherEventKind
impl Unpin for DeviceWatcherEventKind
impl UnwindSafe for DeviceWatcherEventKind
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more