#[repr(C)]pub struct NTMS_NOTIFICATIONINFORMATION {
pub dwOperation: NtmsNotificationOperations,
pub ObjectId: GUID,
}
Expand description
Required features: "Win32_Storage_FileSystem"
Fields
dwOperation: NtmsNotificationOperations
ObjectId: GUID
Trait Implementations
impl Clone for NTMS_NOTIFICATIONINFORMATION
impl Clone for NTMS_NOTIFICATIONINFORMATION
impl Copy for NTMS_NOTIFICATIONINFORMATION
Auto Trait Implementations
impl RefUnwindSafe for NTMS_NOTIFICATIONINFORMATION
impl Send for NTMS_NOTIFICATIONINFORMATION
impl Sync for NTMS_NOTIFICATIONINFORMATION
impl Unpin for NTMS_NOTIFICATIONINFORMATION
impl UnwindSafe for NTMS_NOTIFICATIONINFORMATION
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