Struct eHeapEnumerationLevel
#[repr(transparent)]pub struct eHeapEnumerationLevel(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for eHeapEnumerationLevel
impl Clone for eHeapEnumerationLevel
§fn clone(&self) -> eHeapEnumerationLevel
fn clone(&self) -> eHeapEnumerationLevel
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 more§impl Debug for eHeapEnumerationLevel
impl Debug for eHeapEnumerationLevel
§impl Default for eHeapEnumerationLevel
impl Default for eHeapEnumerationLevel
§fn default() -> eHeapEnumerationLevel
fn default() -> eHeapEnumerationLevel
Returns the “default value” for a type. Read more
§impl PartialEq for eHeapEnumerationLevel
impl PartialEq for eHeapEnumerationLevel
impl Copy for eHeapEnumerationLevel
impl Eq for eHeapEnumerationLevel
impl StructuralPartialEq for eHeapEnumerationLevel
Auto Trait Implementations§
impl Freeze for eHeapEnumerationLevel
impl RefUnwindSafe for eHeapEnumerationLevel
impl Send for eHeapEnumerationLevel
impl Sync for eHeapEnumerationLevel
impl Unpin for eHeapEnumerationLevel
impl UnwindSafe for eHeapEnumerationLevel
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