struct AllocIndex(u32);Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for AllocIndex
impl Clone for AllocIndex
Source§fn clone(&self) -> AllocIndex
fn clone(&self) -> AllocIndex
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AllocIndex
impl Debug for AllocIndex
Source§impl Hash for AllocIndex
impl Hash for AllocIndex
Source§impl PartialEq for AllocIndex
impl PartialEq for AllocIndex
Source§fn eq(&self, other: &AllocIndex) -> bool
fn eq(&self, other: &AllocIndex) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for AllocIndex
impl Eq for AllocIndex
impl StructuralPartialEq for AllocIndex
Auto Trait Implementations§
impl Freeze for AllocIndex
impl RefUnwindSafe for AllocIndex
impl Send for AllocIndex
impl Sync for AllocIndex
impl Unpin for AllocIndex
impl UnsafeUnpin for AllocIndex
impl UnwindSafe for AllocIndex
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