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