#[repr(transparent)]pub struct HeapTaggingLevel(pub c_uint);
Tuple Fields§
§0: c_uint
Implementations§
Trait Implementations§
Source§impl Clone for HeapTaggingLevel
impl Clone for HeapTaggingLevel
Source§fn clone(&self) -> HeapTaggingLevel
fn clone(&self) -> HeapTaggingLevel
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 moreSource§impl Debug for HeapTaggingLevel
impl Debug for HeapTaggingLevel
Source§impl Hash for HeapTaggingLevel
impl Hash for HeapTaggingLevel
Source§impl PartialEq for HeapTaggingLevel
impl PartialEq for HeapTaggingLevel
impl Copy for HeapTaggingLevel
impl Eq for HeapTaggingLevel
impl StructuralPartialEq for HeapTaggingLevel
Auto Trait Implementations§
impl Freeze for HeapTaggingLevel
impl RefUnwindSafe for HeapTaggingLevel
impl Send for HeapTaggingLevel
impl Sync for HeapTaggingLevel
impl Unpin for HeapTaggingLevel
impl UnwindSafe for HeapTaggingLevel
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