pub enum OnExecve {
Enable,
Remove,
}
Expand description
Counter behavior when calling execve
.
Variants§
Enable
Enable counter.
Remove
Remove counter.
Since linux-5.13
: https://github.com/torvalds/linux/commit/2e498d0a74e5b88a6689ae1b811f247f91ff188e
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OnExecve
impl RefUnwindSafe for OnExecve
impl Send for OnExecve
impl Sync for OnExecve
impl Unpin for OnExecve
impl UnwindSafe for OnExecve
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