pub struct Capsule<P: Portal> { /* private fields */ }Expand description
One explicitly configured Linux activation.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<P> Freeze for Capsule<P>
impl<P> RefUnwindSafe for Capsule<P>where
Option<P>: RefUnwindSafe,
impl<P> Send for Capsule<P>
impl<P> Sync for Capsule<P>
impl<P> Unpin for Capsule<P>
impl<P> UnsafeUnpin for Capsule<P>where
Option<P>: UnsafeUnpin,
impl<P> UnwindSafe for Capsule<P>where
Option<P>: UnwindSafe,
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