#[repr(C)]pub struct DEVICE_EVENT_GENERIC_DATA {
pub EventNumber: u32,
}
Expand description
Required features: "Win32_System_SystemServices"
Fields
EventNumber: u32
Trait Implementations
impl Clone for DEVICE_EVENT_GENERIC_DATA
impl Clone for DEVICE_EVENT_GENERIC_DATA
impl Copy for DEVICE_EVENT_GENERIC_DATA
Auto Trait Implementations
impl RefUnwindSafe for DEVICE_EVENT_GENERIC_DATA
impl Send for DEVICE_EVENT_GENERIC_DATA
impl Sync for DEVICE_EVENT_GENERIC_DATA
impl Unpin for DEVICE_EVENT_GENERIC_DATA
impl UnwindSafe for DEVICE_EVENT_GENERIC_DATA
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