Struct win_sys::SystemServices::VolLockBroadcast [−][src]
#[repr(C)]pub struct VolLockBroadcast {
pub vlb_dbh: DEV_BROADCAST_HDR,
pub vlb_owner: u32,
pub vlb_perms: u8,
pub vlb_lockType: u8,
pub vlb_drive: u8,
pub vlb_flags: u8,
}Expand description
Required features: Win32_System_SystemServices
Fields
vlb_dbh: DEV_BROADCAST_HDRvlb_owner: u32vlb_perms: u8vlb_lockType: u8vlb_drive: u8vlb_flags: u8Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for VolLockBroadcast
impl Send for VolLockBroadcast
impl Sync for VolLockBroadcast
impl Unpin for VolLockBroadcast
impl UnwindSafe for VolLockBroadcast
Blanket Implementations
Mutably borrows from an owned value. Read more