Struct win_sys::SystemServices::DEV_BROADCAST_HDR [−][src]
#[repr(C)]pub struct DEV_BROADCAST_HDR {
pub dbch_size: u32,
pub dbch_devicetype: DEV_BROADCAST_HDR_DEVICE_TYPE,
pub dbch_reserved: u32,
}Expand description
Required features: Win32_System_SystemServices
Fields
dbch_size: u32dbch_devicetype: DEV_BROADCAST_HDR_DEVICE_TYPEdbch_reserved: u32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for DEV_BROADCAST_HDR
impl Send for DEV_BROADCAST_HDR
impl Sync for DEV_BROADCAST_HDR
impl Unpin for DEV_BROADCAST_HDR
impl UnwindSafe for DEV_BROADCAST_HDR
Blanket Implementations
Mutably borrows from an owned value. Read more