Struct rlimit64
struct rlimit64 { ... }
Fields
rlim_cur: __u64rlim_max: __u64
Implementations
impl Clone for rlimit64
fn clone(self: &Self) -> rlimit64
impl Copy for rlimit64
impl Debug for rlimit64
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Freeze for rlimit64
impl RefUnwindSafe for rlimit64
impl Send for rlimit64
impl Sync for rlimit64
impl Unpin for rlimit64
impl UnsafeUnpin for rlimit64
impl UnwindSafe for rlimit64
impl<T> Any for rlimit64
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for rlimit64
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for rlimit64
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for rlimit64
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for rlimit64
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for rlimit64
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 rlimit64
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for rlimit64
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>