Struct windows_sys::Win32::System::SystemServices::DEVICE_EVENT_RBC_DATA
[−]#[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: u32
SenseQualifier: u8
SenseCode: u8
SenseKey: u8
Reserved: u8
Information: u32
Trait Implementations
impl Clone for DEVICE_EVENT_RBC_DATA
impl Clone for DEVICE_EVENT_RBC_DATA
impl Copy for DEVICE_EVENT_RBC_DATA
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
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