Struct jemalloc_ctl::opt::dss_mib
source · #[repr(transparent)]pub struct dss_mib(pub MibStr<[usize; 2]>);
Expand description
See dss
.
Tuple Fields§
§0: MibStr<[usize; 2]>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for dss_mib
impl Send for dss_mib
impl Sync for dss_mib
impl Unpin for dss_mib
impl UnwindSafe for dss_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