Struct linux_raw_sys::general::rlimit64
source · #[repr(C)]pub struct rlimit64 {
pub rlim_cur: __u64,
pub rlim_max: __u64,
}
Fields§
§rlim_cur: __u64
§rlim_max: __u64
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for rlimit64
impl Send for rlimit64
impl Sync for rlimit64
impl Unpin for rlimit64
impl UnwindSafe for rlimit64
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