Struct rlimit
struct rlimit { ... }
Fields
rlim_cur: __kernel_ulong_trlim_max: __kernel_ulong_t
Implementations
impl Clone for rlimit
fn clone(self: &Self) -> rlimit
impl Copy for rlimit
impl Debug for rlimit
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Freeze for rlimit
impl RefUnwindSafe for rlimit
impl Send for rlimit
impl Sync for rlimit
impl Unpin for rlimit
impl UnsafeUnpin for rlimit
impl UnwindSafe for rlimit
impl<T> Any for rlimit
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for rlimit
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for rlimit
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for rlimit
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for rlimit
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for rlimit
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for rlimit
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for rlimit
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>