#[repr(u32)]pub enum RlimitResource {
NoFile = 7,
}
Variants§
NoFile = 7
Auto Trait Implementations§
impl Freeze for RlimitResource
impl RefUnwindSafe for RlimitResource
impl Send for RlimitResource
impl Sync for RlimitResource
impl Unpin for RlimitResource
impl UnwindSafe for RlimitResource
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