Struct libc::rlimit64
#[repr(C)]
pub struct rlimit64 {
pub rlim_cur: rlim64_t,
pub rlim_max: rlim64_t,
}
Fields
pub rlim_cur: rlim64_t
pub rlim_max: rlim64_t
Trait Implementations
impl Debug for rlimit64
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Hash for rlimit64
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl StructuralEq for rlimit64
impl StructuralPartialEq for rlimit64
Auto Trait Implementations
impl RefUnwindSafe for rlimit64
impl UnwindSafe for rlimit64
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T