#[repr(C)]pub struct VDS_DRIVE_LETTER_NOTIFICATION {
pub ulEvent: u32,
pub wcLetter: u16,
pub volumeId: GUID,
}
Expand description
Required features: "Win32_Storage_VirtualDiskService"
Fields
ulEvent: u32
wcLetter: u16
volumeId: GUID
Trait Implementations
impl Clone for VDS_DRIVE_LETTER_NOTIFICATION
impl Clone for VDS_DRIVE_LETTER_NOTIFICATION
impl Copy for VDS_DRIVE_LETTER_NOTIFICATION
Auto Trait Implementations
impl RefUnwindSafe for VDS_DRIVE_LETTER_NOTIFICATION
impl Send for VDS_DRIVE_LETTER_NOTIFICATION
impl Sync for VDS_DRIVE_LETTER_NOTIFICATION
impl Unpin for VDS_DRIVE_LETTER_NOTIFICATION
impl UnwindSafe for VDS_DRIVE_LETTER_NOTIFICATION
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more