Struct win_sys::FileSystem::CLFS_MGMT_NOTIFICATION [−][src]
#[repr(C)]pub struct CLFS_MGMT_NOTIFICATION {
pub Notification: CLFS_MGMT_NOTIFICATION_TYPE,
pub Lsn: CLS_LSN,
pub LogIsPinned: u16,
}Expand description
Required features: Win32_Storage_FileSystem
Fields
Notification: CLFS_MGMT_NOTIFICATION_TYPELsn: CLS_LSNLogIsPinned: u16Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for CLFS_MGMT_NOTIFICATION
impl Send for CLFS_MGMT_NOTIFICATION
impl Sync for CLFS_MGMT_NOTIFICATION
impl Unpin for CLFS_MGMT_NOTIFICATION
impl UnwindSafe for CLFS_MGMT_NOTIFICATION
Blanket Implementations
Mutably borrows from an owned value. Read more