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