pub struct InspectRlimit(/* private fields */);
Expand description
An implementation of Inspect
that inspects, and allows updates of,
resource limits for a process.
Implementations§
Source§impl InspectRlimit
impl InspectRlimit
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InspectRlimit
impl RefUnwindSafe for InspectRlimit
impl Send for InspectRlimit
impl Sync for InspectRlimit
impl Unpin for InspectRlimit
impl UnwindSafe for InspectRlimit
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