Struct win_sys::SystemServices::DEV_BROADCAST_OEM [−][src]
#[repr(C)]pub struct DEV_BROADCAST_OEM {
pub dbco_size: u32,
pub dbco_devicetype: u32,
pub dbco_reserved: u32,
pub dbco_identifier: u32,
pub dbco_suppfunc: u32,
}Expand description
Required features: Win32_System_SystemServices
Fields
dbco_size: u32dbco_devicetype: u32dbco_reserved: u32dbco_identifier: u32dbco_suppfunc: u32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for DEV_BROADCAST_OEM
impl Send for DEV_BROADCAST_OEM
impl Sync for DEV_BROADCAST_OEM
impl Unpin for DEV_BROADCAST_OEM
impl UnwindSafe for DEV_BROADCAST_OEM
Blanket Implementations
Mutably borrows from an owned value. Read more