Struct win_sys::SystemServices::DEV_BROADCAST_NET [−][src]
#[repr(C)]pub struct DEV_BROADCAST_NET {
pub dbcn_size: u32,
pub dbcn_devicetype: u32,
pub dbcn_reserved: u32,
pub dbcn_resource: u32,
pub dbcn_flags: u32,
}Expand description
Required features: Win32_System_SystemServices
Fields
dbcn_size: u32dbcn_devicetype: u32dbcn_reserved: u32dbcn_resource: u32dbcn_flags: u32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for DEV_BROADCAST_NET
impl Send for DEV_BROADCAST_NET
impl Sync for DEV_BROADCAST_NET
impl Unpin for DEV_BROADCAST_NET
impl UnwindSafe for DEV_BROADCAST_NET
Blanket Implementations
Mutably borrows from an owned value. Read more