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