Struct windows_sys::Devices::Enumeration::DeviceWatcherStatus
[−]#[repr(transparent)]pub struct DeviceWatcherStatus(pub i32);
Expand description
Required features: "Devices_Enumeration"
Tuple Fields
0: i32
Implementations
impl DeviceWatcherStatus
impl DeviceWatcherStatus
Trait Implementations
impl Clone for DeviceWatcherStatus
impl Clone for DeviceWatcherStatus
impl Copy for DeviceWatcherStatus
Auto Trait Implementations
impl RefUnwindSafe for DeviceWatcherStatus
impl Send for DeviceWatcherStatus
impl Sync for DeviceWatcherStatus
impl Unpin for DeviceWatcherStatus
impl UnwindSafe for DeviceWatcherStatus
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