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 · 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 MemoryBlockId
impl Debug for MemoryBlockId
Source§impl Default for MemoryBlockId
impl Default for MemoryBlockId
Source§impl Display for MemoryBlockId
impl Display for MemoryBlockId
Source§impl Hash for MemoryBlockId
impl Hash for MemoryBlockId
Source§impl PartialEq for MemoryBlockId
impl PartialEq for MemoryBlockId
impl Copy for MemoryBlockId
impl Eq for MemoryBlockId
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 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