Struct ntapi::ntpnpapi::PLUGPLAY_EVENT_BLOCK
source · [−]#[repr(C)]pub struct PLUGPLAY_EVENT_BLOCK {
pub EventGuid: GUID,
pub EventCategory: PLUGPLAY_EVENT_CATEGORY,
pub Result: PULONG,
pub Flags: ULONG,
pub TotalSize: ULONG,
pub DeviceObject: PVOID,
pub u: PLUGPLAY_EVENT_BLOCK_u,
}
Fields
EventGuid: GUID
EventCategory: PLUGPLAY_EVENT_CATEGORY
Result: PULONG
Flags: ULONG
TotalSize: ULONG
DeviceObject: PVOID
u: PLUGPLAY_EVENT_BLOCK_u
Trait Implementations
sourceimpl Clone for PLUGPLAY_EVENT_BLOCK
impl Clone for PLUGPLAY_EVENT_BLOCK
sourcefn clone(&self) -> PLUGPLAY_EVENT_BLOCK
fn clone(&self) -> PLUGPLAY_EVENT_BLOCK
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for PLUGPLAY_EVENT_BLOCK
Auto Trait Implementations
impl RefUnwindSafe for PLUGPLAY_EVENT_BLOCK
impl !Send for PLUGPLAY_EVENT_BLOCK
impl !Sync for PLUGPLAY_EVENT_BLOCK
impl Unpin for PLUGPLAY_EVENT_BLOCK
impl UnwindSafe for PLUGPLAY_EVENT_BLOCK
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