pub struct HookMatch {
pub symbol_name: String,
pub signal_id: &'static str,
pub mitre_technique: &'static str,
}Expand description
A single hook symbol match.
Fields§
§symbol_name: StringDynamic symbol name.
signal_id: &'static strSignal ID this match contributes.
mitre_technique: &'static strMITRE ATT&CK technique ID.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HookMatch
impl RefUnwindSafe for HookMatch
impl Send for HookMatch
impl Sync for HookMatch
impl Unpin for HookMatch
impl UnsafeUnpin for HookMatch
impl UnwindSafe for HookMatch
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