Struct win_sys::SystemServices::DEVICE_EVENT_RBC_DATA [−][src]
#[repr(C)]pub struct DEVICE_EVENT_RBC_DATA {
pub EventNumber: u32,
pub SenseQualifier: u8,
pub SenseCode: u8,
pub SenseKey: u8,
pub Reserved: u8,
pub Information: u32,
}Expand description
Required features: Win32_System_SystemServices
Fields
EventNumber: u32SenseQualifier: u8SenseCode: u8SenseKey: u8Reserved: u8Information: u32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for DEVICE_EVENT_RBC_DATA
impl Send for DEVICE_EVENT_RBC_DATA
impl Sync for DEVICE_EVENT_RBC_DATA
impl Unpin for DEVICE_EVENT_RBC_DATA
impl UnwindSafe for DEVICE_EVENT_RBC_DATA
Blanket Implementations
Mutably borrows from an owned value. Read more