Struct win_sys::SystemServices::VolLockBroadcast
source · [−]#[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
sourceimpl Clone for VolLockBroadcast
impl Clone for VolLockBroadcast
sourcepub fn clone(&self) -> VolLockBroadcast
pub fn clone(&self) -> VolLockBroadcast
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for VolLockBroadcast
impl Debug for VolLockBroadcast
sourceimpl Default for VolLockBroadcast
impl Default for VolLockBroadcast
sourcepub fn default() -> VolLockBroadcast
pub fn default() -> VolLockBroadcast
Returns the “default value” for a type. Read more
sourceimpl PartialEq<VolLockBroadcast> for VolLockBroadcast
impl PartialEq<VolLockBroadcast> for VolLockBroadcast
impl Copy for VolLockBroadcast
impl Eq for VolLockBroadcast
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more