#[repr(transparent)]pub struct deallocatedp_mib(pub Mib<[usize; 2]>);
Expand description
See deallocatedp
.
Tuple Fields§
§0: Mib<[usize; 2]>
Implementations§
Source§impl deallocatedp_mib
impl deallocatedp_mib
Sourcepub fn read(&self) -> Result<ThreadLocal<u64>>
pub fn read(&self) -> Result<ThreadLocal<u64>>
Reads value using MIB API.
Trait Implementations§
Source§impl Clone for deallocatedp_mib
impl Clone for deallocatedp_mib
Source§fn clone(&self) -> deallocatedp_mib
fn clone(&self) -> deallocatedp_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 deallocatedp_mib
Auto Trait Implementations§
impl Freeze for deallocatedp_mib
impl RefUnwindSafe for deallocatedp_mib
impl Send for deallocatedp_mib
impl Sync for deallocatedp_mib
impl Unpin for deallocatedp_mib
impl UnwindSafe for deallocatedp_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