#[repr(C)]pub struct _FILE_NOTIFY_EXTENDED_INFORMATION {Show 14 fields
pub NextEntryOffset: DWORD,
pub Action: DWORD,
pub CreationTime: LARGE_INTEGER,
pub LastModificationTime: LARGE_INTEGER,
pub LastChangeTime: LARGE_INTEGER,
pub LastAccessTime: LARGE_INTEGER,
pub AllocatedLength: LARGE_INTEGER,
pub FileSize: LARGE_INTEGER,
pub FileAttributes: DWORD,
pub __bindgen_anon_1: _FILE_NOTIFY_EXTENDED_INFORMATION__bindgen_ty_1,
pub FileId: LARGE_INTEGER,
pub ParentFileId: LARGE_INTEGER,
pub FileNameLength: DWORD,
pub FileName: [WCHAR; 1],
}
Fields§
§NextEntryOffset: DWORD
§Action: DWORD
§CreationTime: LARGE_INTEGER
§LastModificationTime: LARGE_INTEGER
§LastChangeTime: LARGE_INTEGER
§LastAccessTime: LARGE_INTEGER
§AllocatedLength: LARGE_INTEGER
§FileSize: LARGE_INTEGER
§FileAttributes: DWORD
§__bindgen_anon_1: _FILE_NOTIFY_EXTENDED_INFORMATION__bindgen_ty_1
§FileId: LARGE_INTEGER
§ParentFileId: LARGE_INTEGER
§FileNameLength: DWORD
§FileName: [WCHAR; 1]
Trait Implementations§
Source§impl Clone for _FILE_NOTIFY_EXTENDED_INFORMATION
impl Clone for _FILE_NOTIFY_EXTENDED_INFORMATION
Source§fn clone(&self) -> _FILE_NOTIFY_EXTENDED_INFORMATION
fn clone(&self) -> _FILE_NOTIFY_EXTENDED_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 moreimpl Copy for _FILE_NOTIFY_EXTENDED_INFORMATION
Auto Trait Implementations§
impl Freeze for _FILE_NOTIFY_EXTENDED_INFORMATION
impl RefUnwindSafe for _FILE_NOTIFY_EXTENDED_INFORMATION
impl Send for _FILE_NOTIFY_EXTENDED_INFORMATION
impl Sync for _FILE_NOTIFY_EXTENDED_INFORMATION
impl Unpin for _FILE_NOTIFY_EXTENDED_INFORMATION
impl UnwindSafe for _FILE_NOTIFY_EXTENDED_INFORMATION
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more