Struct owlyshield_ransom::driver_com::shared_def::RuntimeFeatures [−][src]
Expand description
Stores runtime features that come from owlyshield_predict (and not the minifilter).
- exepath: The path of the gid root process
- exe_exists: Did the root exe file still existed (at the moment of this specific DriverMessage operation)?
Fields
exepath: PathBuf
exe_still_exists: bool
Implementations
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for RuntimeFeatures
impl Send for RuntimeFeatures
impl Sync for RuntimeFeatures
impl Unpin for RuntimeFeatures
impl UnwindSafe for RuntimeFeatures
Blanket Implementations
Mutably borrows from an owned value. Read more