#[repr(i32)]pub enum PLUGPLAY_EVENT_CATEGORY {
HardwareProfileChangeEvent,
TargetDeviceChangeEvent,
DeviceClassChangeEvent,
CustomDeviceEvent,
DeviceInstallEvent,
DeviceArrivalEvent,
PowerEvent,
VetoEvent,
BlockedDriverEvent,
InvalidIDEvent,
MaxPlugEventCategory,
}Variants§
HardwareProfileChangeEvent
TargetDeviceChangeEvent
DeviceClassChangeEvent
CustomDeviceEvent
DeviceInstallEvent
DeviceArrivalEvent
PowerEvent
VetoEvent
BlockedDriverEvent
InvalidIDEvent
MaxPlugEventCategory
Trait Implementations§
source§impl Clone for PLUGPLAY_EVENT_CATEGORY
impl Clone for PLUGPLAY_EVENT_CATEGORY
source§fn clone(&self) -> PLUGPLAY_EVENT_CATEGORY
fn clone(&self) -> PLUGPLAY_EVENT_CATEGORY
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 PLUGPLAY_EVENT_CATEGORY
impl Debug for PLUGPLAY_EVENT_CATEGORY
source§impl Hash for PLUGPLAY_EVENT_CATEGORY
impl Hash for PLUGPLAY_EVENT_CATEGORY
source§impl PartialEq<PLUGPLAY_EVENT_CATEGORY> for PLUGPLAY_EVENT_CATEGORY
impl PartialEq<PLUGPLAY_EVENT_CATEGORY> for PLUGPLAY_EVENT_CATEGORY
source§fn eq(&self, other: &PLUGPLAY_EVENT_CATEGORY) -> bool
fn eq(&self, other: &PLUGPLAY_EVENT_CATEGORY) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for PLUGPLAY_EVENT_CATEGORY
impl Eq for PLUGPLAY_EVENT_CATEGORY
impl StructuralEq for PLUGPLAY_EVENT_CATEGORY
impl StructuralPartialEq for PLUGPLAY_EVENT_CATEGORY
Auto Trait Implementations§
impl RefUnwindSafe for PLUGPLAY_EVENT_CATEGORY
impl Send for PLUGPLAY_EVENT_CATEGORY
impl Sync for PLUGPLAY_EVENT_CATEGORY
impl Unpin for PLUGPLAY_EVENT_CATEGORY
impl UnwindSafe for PLUGPLAY_EVENT_CATEGORY
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