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