#[repr(transparent)]pub struct CounterHeapType(pub Integer);Expand description
Counter heap type.
C++ equivalent: MTL4::CounterHeapType
Tuple Fields§
§0: IntegerImplementations§
Trait Implementations§
Source§impl Clone for CounterHeapType
impl Clone for CounterHeapType
Source§fn clone(&self) -> CounterHeapType
fn clone(&self) -> CounterHeapType
Returns a duplicate 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 CounterHeapType
impl Debug for CounterHeapType
Source§impl Default for CounterHeapType
impl Default for CounterHeapType
Source§fn default() -> CounterHeapType
fn default() -> CounterHeapType
Returns the “default value” for a type. Read more
Source§impl Hash for CounterHeapType
impl Hash for CounterHeapType
Source§impl PartialEq for CounterHeapType
impl PartialEq for CounterHeapType
impl Copy for CounterHeapType
impl Eq for CounterHeapType
impl StructuralPartialEq for CounterHeapType
Auto Trait Implementations§
impl Freeze for CounterHeapType
impl RefUnwindSafe for CounterHeapType
impl Send for CounterHeapType
impl Sync for CounterHeapType
impl Unpin for CounterHeapType
impl UnwindSafe for CounterHeapType
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