pub struct RlimitConfig {
pub resource: Resource,
pub soft_limit: u64,
pub hard_limit: u64,
}
Fields§
§resource: Resource
§soft_limit: u64
§hard_limit: u64
Trait Implementations§
Source§impl Clone for RlimitConfig
impl Clone for RlimitConfig
Source§fn clone(&self) -> RlimitConfig
fn clone(&self) -> RlimitConfig
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 moreSource§impl Debug for RlimitConfig
impl Debug for RlimitConfig
impl Copy for RlimitConfig
Auto Trait Implementations§
impl Freeze for RlimitConfig
impl RefUnwindSafe for RlimitConfig
impl Send for RlimitConfig
impl Sync for RlimitConfig
impl Unpin for RlimitConfig
impl UnwindSafe for RlimitConfig
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