Struct win_sys::FileSystem::FILE_NOTIFY_INFORMATION [−][src]
#[repr(C)]pub struct FILE_NOTIFY_INFORMATION {
pub NextEntryOffset: u32,
pub Action: FILE_ACTION,
pub FileNameLength: u32,
pub FileName: [u16; 1],
}Expand description
Required features: Win32_Storage_FileSystem
Fields
NextEntryOffset: u32Action: FILE_ACTIONFileNameLength: u32FileName: [u16; 1]Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for FILE_NOTIFY_INFORMATION
impl Send for FILE_NOTIFY_INFORMATION
impl Sync for FILE_NOTIFY_INFORMATION
impl Unpin for FILE_NOTIFY_INFORMATION
impl UnwindSafe for FILE_NOTIFY_INFORMATION
Blanket Implementations
Mutably borrows from an owned value. Read more