Enum procfs::process::LimitValue
source · pub enum LimitValue {
Unlimited,
Value(u64),
}
Variants§
Trait Implementations§
source§impl Clone for LimitValue
impl Clone for LimitValue
source§fn clone(&self) -> LimitValue
fn clone(&self) -> LimitValue
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more