#[repr(u32)]
pub enum Resource {
Show 16 variants
Cpu,
Fsize,
Data,
Stack,
Core,
Rss,
Nproc,
Nofile,
Memlock,
As,
Locks,
Sigpending,
Msgqueue,
Nice,
Rtprio,
Rttime,
}
Variants
Cpu
RLIMIT_CPU
Fsize
RLIMIT_FSIZE
Data
RLIMIT_DATA
Stack
RLIMIT_STACK
Core
RLIMIT_CORE
Rss
RLIMIT_RSS
Nproc
RLIMIT_NPROC
Nofile
RLIMIT_NOFILE
Memlock
RLIMIT_MEMLOCK
As
RLIMIT_AS
Locks
RLIMIT_LOCKS
Sigpending
RLIMIT_SIGPENDING
Msgqueue
RLIMIT_MSGQUEUE
Nice
RLIMIT_NICE
Rtprio
RLIMIT_RTPRIO
Rttime
RLIMIT_RTTIME
Trait Implementations
impl Copy for Resource
impl Eq for Resource
impl StructuralEq for Resource
impl StructuralPartialEq for Resource
Auto Trait Implementations
impl RefUnwindSafe for Resource
impl Send for Resource
impl Sync for Resource
impl Unpin for Resource
impl UnwindSafe for Resource
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more