Struct winapi::um::winnt::FILE_NOTIFY_INFORMATION
source · #[repr(C)]pub struct FILE_NOTIFY_INFORMATION {
pub NextEntryOffset: DWORD,
pub Action: DWORD,
pub FileNameLength: DWORD,
pub FileName: [WCHAR; 1],
}Fields§
§NextEntryOffset: DWORD§Action: DWORD§FileNameLength: DWORD§FileName: [WCHAR; 1]Trait Implementations§
source§impl Clone for FILE_NOTIFY_INFORMATION
impl Clone for FILE_NOTIFY_INFORMATION
source§fn clone(&self) -> FILE_NOTIFY_INFORMATION
fn clone(&self) -> FILE_NOTIFY_INFORMATION
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for FILE_NOTIFY_INFORMATION
impl Default for FILE_NOTIFY_INFORMATION
source§fn default() -> FILE_NOTIFY_INFORMATION
fn default() -> FILE_NOTIFY_INFORMATION
Returns the “default value” for a type. Read more