Enum rustix::process::Resource
#[repr(u32)]
pub enum Resource {
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 Debug for Resource
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl StructuralEq for Resource
impl StructuralPartialEq for Resource
Auto Trait Implementations
impl RefUnwindSafe for Resource
impl UnwindSafe for Resource
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T