#[repr(C)]pub struct FILE_NOTIFY_INFORMATION {
pub NextEntryOffset: u32,
pub Action: FILE_ACTION,
pub FileNameLength: u32,
pub FileName: [u16; 1],
}Fields§
§NextEntryOffset: u32§Action: FILE_ACTION§FileNameLength: u32§FileName: [u16; 1]Auto Trait Implementations§
impl Freeze for FILE_NOTIFY_INFORMATION
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 UnsafeUnpin for FILE_NOTIFY_INFORMATION
impl UnwindSafe for FILE_NOTIFY_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