pub struct MemoryAccessId(/* private fields */);Trait Implementations§
Source§impl Clone for MemoryAccessId
impl Clone for MemoryAccessId
Source§fn clone(&self) -> MemoryAccessId
fn clone(&self) -> MemoryAccessId
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 MemoryAccessId
Source§impl Debug for MemoryAccessId
impl Debug for MemoryAccessId
impl Eq for MemoryAccessId
Source§impl Hash for MemoryAccessId
impl Hash for MemoryAccessId
Source§impl Ord for MemoryAccessId
impl Ord for MemoryAccessId
Source§fn cmp(&self, other: &MemoryAccessId) -> Ordering
fn cmp(&self, other: &MemoryAccessId) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for MemoryAccessId
impl PartialEq for MemoryAccessId
Source§impl PartialOrd for MemoryAccessId
impl PartialOrd for MemoryAccessId
impl StructuralPartialEq for MemoryAccessId
Auto Trait Implementations§
impl Freeze for MemoryAccessId
impl RefUnwindSafe for MemoryAccessId
impl Send for MemoryAccessId
impl Sync for MemoryAccessId
impl Unpin for MemoryAccessId
impl UnsafeUnpin for MemoryAccessId
impl UnwindSafe for MemoryAccessId
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