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