Struct windows_sys::Win32::Storage::FileSystem::FILE_NOTIFY_INFORMATION
[−]#[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: u32
Action: FILE_ACTION
FileNameLength: u32
FileName: [u16; 1]
Trait Implementations
impl Clone for FILE_NOTIFY_INFORMATION
impl Clone for FILE_NOTIFY_INFORMATION
impl Copy for FILE_NOTIFY_INFORMATION
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
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