Enum owlyshield_ransom::driver_com::shared_def::FileChangeInfo [−][src]
pub enum FileChangeInfo {
FileChangeNotSet,
FileOpenDirectory,
FileChangeWrite,
FileChangeNewFile,
FileChangeRenameFile,
FileChangeExtensionChanged,
FileChangeDeleteFile,
FileChangeDeleteNewFile,
FileChangeOverwriteFile,
}Expand description
See IOMessage struct. Used with crate::driver_com::IrpMajorOp::IrpSetInfo
Variants
FileChangeNotSet
FileOpenDirectory
FileChangeWrite
FileChangeNewFile
FileChangeRenameFile
FileChangeExtensionChanged
FileChangeDeleteFile
FileChangeDeleteNewFile
Temp file: created and deleted on close
FileChangeOverwriteFile
Trait Implementations
Converts an i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
Converts an u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
Converts an isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
Converts an i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
Converts an i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
Converts an i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
Converts an i128 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
Converts a usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
Converts an u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
Converts an u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
Converts an u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
Converts an u128 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
Converts a f32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned. Read more
