pub const FAN_CLASS_CONTENT: u32 = 0x00000004;
Expand description

This value allows the receipt of events notifying that a file has been accessed and events for permission decisions if a file may be accessed. It is intended for event listeners that need to access files when they already contain their final content. This notification class might be used by malware detection programs, for example.