pub struct PMCapability;
Expand description
Needed for process info capsule.
Trait Implementations§
impl ProcessManagementCapability for PMCapability
impl ProcessStartCapability for PMCapability
Auto Trait Implementations§
impl Freeze for PMCapability
impl RefUnwindSafe for PMCapability
impl Send for PMCapability
impl Sync for PMCapability
impl Unpin for PMCapability
impl UnwindSafe for PMCapability
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