#[repr(C)]pub struct VDS_SERVICE_NOTIFICATION {
pub ulEvent: u32,
pub action: VDS_RECOVER_ACTION,
}Expand description
Required features: ‘Win32_Storage_VirtualDiskService’
Fields
ulEvent: u32action: VDS_RECOVER_ACTIONTrait Implementations
impl Clone for VDS_SERVICE_NOTIFICATION
impl Clone for VDS_SERVICE_NOTIFICATION
impl Copy for VDS_SERVICE_NOTIFICATION
Auto Trait Implementations
impl RefUnwindSafe for VDS_SERVICE_NOTIFICATION
impl Send for VDS_SERVICE_NOTIFICATION
impl Sync for VDS_SERVICE_NOTIFICATION
impl Unpin for VDS_SERVICE_NOTIFICATION
impl UnwindSafe for VDS_SERVICE_NOTIFICATION
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