pub struct SeccompBpf;Expand description
Seccomp BPF filter compiler and loader
Implementations§
Source§impl SeccompBpf
impl SeccompBpf
Auto Trait Implementations§
impl Freeze for SeccompBpf
impl RefUnwindSafe for SeccompBpf
impl Send for SeccompBpf
impl Sync for SeccompBpf
impl Unpin for SeccompBpf
impl UnwindSafe for SeccompBpf
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