#[repr(transparent)]pub struct malloc_conf_mib(pub MibStr<[usize; 2]>);
Expand description
See malloc_conf
.
Tuple Fields§
§0: MibStr<[usize; 2]>
Implementations§
Trait Implementations§
Source§impl Clone for malloc_conf_mib
impl Clone for malloc_conf_mib
Source§fn clone(&self) -> malloc_conf_mib
fn clone(&self) -> malloc_conf_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 malloc_conf_mib
Auto Trait Implementations§
impl Freeze for malloc_conf_mib
impl RefUnwindSafe for malloc_conf_mib
impl Send for malloc_conf_mib
impl Sync for malloc_conf_mib
impl Unpin for malloc_conf_mib
impl UnwindSafe for malloc_conf_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