Struct win_sys::SystemServices::DEV_BROADCAST_PORT_W [−][src]
#[repr(C)]pub struct DEV_BROADCAST_PORT_W {
pub dbcp_size: u32,
pub dbcp_devicetype: u32,
pub dbcp_reserved: u32,
pub dbcp_name: [u16; 1],
}Expand description
Required features: Win32_System_SystemServices
Fields
dbcp_size: u32dbcp_devicetype: u32dbcp_reserved: u32dbcp_name: [u16; 1]Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for DEV_BROADCAST_PORT_W
impl Send for DEV_BROADCAST_PORT_W
impl Sync for DEV_BROADCAST_PORT_W
impl Unpin for DEV_BROADCAST_PORT_W
impl UnwindSafe for DEV_BROADCAST_PORT_W
Blanket Implementations
Mutably borrows from an owned value. Read more