Struct win_sys::FileSystem::NTMS_NOTIFICATIONINFORMATION [−][src]
#[repr(C)]pub struct NTMS_NOTIFICATIONINFORMATION {
pub dwOperation: NtmsNotificationOperations,
pub ObjectId: GUID,
}Expand description
Required features: Win32_Storage_FileSystem
Fields
dwOperation: NtmsNotificationOperationsObjectId: GUIDTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl Send for NTMS_NOTIFICATIONINFORMATION
impl Sync for NTMS_NOTIFICATIONINFORMATION
impl Unpin for NTMS_NOTIFICATIONINFORMATION
impl UnwindSafe for NTMS_NOTIFICATIONINFORMATION
Blanket Implementations
Mutably borrows from an owned value. Read more