#[repr(C)]pub struct VDS_DISK_NOTIFICATION {
pub ulEvent: VDS_NF_DISK,
pub diskId: GUID,
}
Expand description
Required features: "Win32_Storage_VirtualDiskService"
Fields
ulEvent: VDS_NF_DISK
diskId: GUID
Trait Implementations
impl Clone for VDS_DISK_NOTIFICATION
impl Clone for VDS_DISK_NOTIFICATION
impl Copy for VDS_DISK_NOTIFICATION
Auto Trait Implementations
impl RefUnwindSafe for VDS_DISK_NOTIFICATION
impl Send for VDS_DISK_NOTIFICATION
impl Sync for VDS_DISK_NOTIFICATION
impl Unpin for VDS_DISK_NOTIFICATION
impl UnwindSafe for VDS_DISK_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