Struct jemalloc_ctl::stats::resident_mib
source · #[repr(transparent)]pub struct resident_mib(pub Mib<[usize; 2]>);
Expand description
See resident
.
Tuple Fields§
§0: Mib<[usize; 2]>
Implementations§
Trait Implementations§
source§impl Clone for resident_mib
impl Clone for resident_mib
source§fn clone(&self) -> resident_mib
fn clone(&self) -> resident_mib
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 moreimpl Copy for resident_mib
Auto Trait Implementations§
impl RefUnwindSafe for resident_mib
impl Send for resident_mib
impl Sync for resident_mib
impl Unpin for resident_mib
impl UnwindSafe for resident_mib
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