Struct win_sys::SystemServices::DEV_BROADCAST_DEVICEINTERFACE_W [−][src]
#[repr(C)]pub struct DEV_BROADCAST_DEVICEINTERFACE_W {
pub dbcc_size: u32,
pub dbcc_devicetype: u32,
pub dbcc_reserved: u32,
pub dbcc_classguid: GUID,
pub dbcc_name: [u16; 1],
}Expand description
Required features: Win32_System_SystemServices
Fields
dbcc_size: u32dbcc_devicetype: u32dbcc_reserved: u32dbcc_classguid: GUIDdbcc_name: [u16; 1]Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl Send for DEV_BROADCAST_DEVICEINTERFACE_W
impl Sync for DEV_BROADCAST_DEVICEINTERFACE_W
impl Unpin for DEV_BROADCAST_DEVICEINTERFACE_W
Blanket Implementations
Mutably borrows from an owned value. Read more