Enum dpdk_unix::android_linux::resource_limits::ResourceName [−][src]
#[repr(i32)]pub enum ResourceName { MaximumSizeOfVirtualMemoryAddressSpaceInBytes, MaximumSizeOfACoreDumpFileInBytes, CpuTimeLimitInSeconds, MaximumSizeOfProcessDataSegmentInBytes, MaximumSizeOfProcessResidentSetSizeInBytes, MaximumSizeOfProcessStackInBytes, MaximumSizeOfFilesThatProcessCanCreateInBytes, MaximumNumberOfBytesThatProcessCanMemLock, MaximumNumberOfBytesForPosixMessageQueues, NiceCeilingLargerIsBetter, RealTimePriorityCeilingLargerIsBetter, MaximumNumberOfFileDescriptors, MaximumNumberOfProcessAndThreads, RealTimePriorityLimitInMicroseconds, MaximumNumberOfSignalsPending, }
Name for a resource which has a soft and a hard limit.
Variants
MaximumSizeOfVirtualMemoryAddressSpaceInBytes
MaximumSizeOfACoreDumpFileInBytes
CpuTimeLimitInSeconds
MaximumSizeOfProcessDataSegmentInBytes
MaximumSizeOfProcessResidentSetSizeInBytes
MaximumSizeOfProcessStackInBytes
MaximumSizeOfFilesThatProcessCanCreateInBytes
MaximumNumberOfBytesThatProcessCanMemLock
MaximumNumberOfBytesForPosixMessageQueues
NiceCeilingLargerIsBetter
RealTimePriorityCeilingLargerIsBetter
MaximumNumberOfFileDescriptors
MaximumNumberOfProcessAndThreads
RealTimePriorityLimitInMicroseconds
MaximumNumberOfSignalsPending
Methods
impl ResourceName
[src]
impl ResourceName
pub fn set(&self, soft_and_hard_resource_limit: &SoftAndHardResourceLimit)
[src]
pub fn set(&self, soft_and_hard_resource_limit: &SoftAndHardResourceLimit)
Sets a resource to a hard and soft limit.
Panics if it can not be set.
pub fn get(&self) -> SoftAndHardResourceLimit
[src]
pub fn get(&self) -> SoftAndHardResourceLimit
Gets a resources hard and soft limits.
Panics if they can not be obtained.
Trait Implementations
impl Debug for ResourceName
[src]
impl Debug for ResourceName
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for ResourceName
[src]
impl Copy for ResourceName
impl Clone for ResourceName
[src]
impl Clone for ResourceName
fn clone(&self) -> ResourceName
[src]
fn clone(&self) -> ResourceName
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl PartialEq for ResourceName
[src]
impl PartialEq for ResourceName
fn eq(&self, other: &ResourceName) -> bool
[src]
fn eq(&self, other: &ResourceName) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
This method tests for !=
.
impl Eq for ResourceName
[src]
impl Eq for ResourceName
impl PartialOrd for ResourceName
[src]
impl PartialOrd for ResourceName
fn partial_cmp(&self, other: &ResourceName) -> Option<Ordering>
[src]
fn partial_cmp(&self, other: &ResourceName) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
fn lt(&self, other: &Rhs) -> bool
1.0.0[src]
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
fn le(&self, other: &Rhs) -> bool
1.0.0[src]
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
fn gt(&self, other: &Rhs) -> bool
1.0.0[src]
fn gt(&self, other: &Rhs) -> bool
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
fn ge(&self, other: &Rhs) -> bool
1.0.0[src]
fn ge(&self, other: &Rhs) -> bool
This method tests greater than or equal to (for self
and other
) and is used by the >=
operator. Read more
impl Ord for ResourceName
[src]
impl Ord for ResourceName
fn cmp(&self, other: &ResourceName) -> Ordering
[src]
fn cmp(&self, other: &ResourceName) -> Ordering
This method returns an Ordering
between self
and other
. Read more
fn max(self, other: Self) -> Self
1.21.0[src]
fn max(self, other: Self) -> Self
Compares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self
1.21.0[src]
fn min(self, other: Self) -> Self
Compares and returns the minimum of two values. Read more
impl Hash for ResourceName
[src]
impl Hash for ResourceName
Auto Trait Implementations
impl Send for ResourceName
impl Send for ResourceName
impl Sync for ResourceName
impl Sync for ResourceName