Struct jail::helpers::ScopedMinijail
source · pub struct ScopedMinijail(pub Minijail);
Expand description
Wrapper that cleans up a [Minijail] when it is dropped
Tuple Fields§
§0: Minijail
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ScopedMinijail
impl RefUnwindSafe for ScopedMinijail
impl !Send for ScopedMinijail
impl !Sync for ScopedMinijail
impl Unpin for ScopedMinijail
impl UnwindSafe for ScopedMinijail
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