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