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