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