pub struct MemoryBlockId(/* private fields */);Expand description
Unique identifier for a memory block.
Implementations§
Trait Implementations§
Source§impl Clone for MemoryBlockId
impl Clone for MemoryBlockId
Source§fn clone(&self) -> MemoryBlockId
fn clone(&self) -> MemoryBlockId
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 moreimpl Copy for MemoryBlockId
Source§impl Debug for MemoryBlockId
impl Debug for MemoryBlockId
Source§impl Default for MemoryBlockId
impl Default for MemoryBlockId
Source§impl Display for MemoryBlockId
impl Display for MemoryBlockId
impl Eq for MemoryBlockId
Source§impl Hash for MemoryBlockId
impl Hash for MemoryBlockId
Source§impl PartialEq for MemoryBlockId
impl PartialEq for MemoryBlockId
Source§fn eq(&self, other: &MemoryBlockId) -> bool
fn eq(&self, other: &MemoryBlockId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MemoryBlockId
Auto Trait Implementations§
impl Freeze for MemoryBlockId
impl RefUnwindSafe for MemoryBlockId
impl Send for MemoryBlockId
impl Sync for MemoryBlockId
impl Unpin for MemoryBlockId
impl UnsafeUnpin for MemoryBlockId
impl UnwindSafe for MemoryBlockId
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