Struct windows_sys::Win32::Storage::VirtualDiskService::VDS_NOTIFICATION
[−]#[repr(C)]pub struct VDS_NOTIFICATION {
pub objectType: VDS_NOTIFICATION_TARGET_TYPE,
pub Anonymous: VDS_NOTIFICATION_0,
}
Expand description
Required features: "Win32_Storage_VirtualDiskService"
Fields
objectType: VDS_NOTIFICATION_TARGET_TYPE
Anonymous: VDS_NOTIFICATION_0
Trait Implementations
impl Clone for VDS_NOTIFICATION
impl Clone for VDS_NOTIFICATION
impl Copy for VDS_NOTIFICATION
Auto Trait Implementations
impl RefUnwindSafe for VDS_NOTIFICATION
impl Send for VDS_NOTIFICATION
impl Sync for VDS_NOTIFICATION
impl Unpin for VDS_NOTIFICATION
impl UnwindSafe for VDS_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