Struct win_sys::SystemServices::DEV_BROADCAST_VOLUME [−][src]
#[repr(C)]pub struct DEV_BROADCAST_VOLUME {
pub dbcv_size: u32,
pub dbcv_devicetype: u32,
pub dbcv_reserved: u32,
pub dbcv_unitmask: u32,
pub dbcv_flags: DEV_BROADCAST_VOLUME_FLAGS,
}Expand description
Required features: Win32_System_SystemServices
Fields
dbcv_size: u32dbcv_devicetype: u32dbcv_reserved: u32dbcv_unitmask: u32dbcv_flags: DEV_BROADCAST_VOLUME_FLAGSTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for DEV_BROADCAST_VOLUME
impl Send for DEV_BROADCAST_VOLUME
impl Sync for DEV_BROADCAST_VOLUME
impl Unpin for DEV_BROADCAST_VOLUME
impl UnwindSafe for DEV_BROADCAST_VOLUME
Blanket Implementations
Mutably borrows from an owned value. Read more