pub struct MemoryPointAccess {
pub before: MemoryAccessId,
pub after: MemoryAccessId,
}Fields§
§before: MemoryAccessId§after: MemoryAccessIdTrait Implementations§
Source§impl Clone for MemoryPointAccess
impl Clone for MemoryPointAccess
Source§fn clone(&self) -> MemoryPointAccess
fn clone(&self) -> MemoryPointAccess
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 MemoryPointAccess
Source§impl Debug for MemoryPointAccess
impl Debug for MemoryPointAccess
impl Eq for MemoryPointAccess
Source§impl PartialEq for MemoryPointAccess
impl PartialEq for MemoryPointAccess
impl StructuralPartialEq for MemoryPointAccess
Auto Trait Implementations§
impl Freeze for MemoryPointAccess
impl RefUnwindSafe for MemoryPointAccess
impl Send for MemoryPointAccess
impl Sync for MemoryPointAccess
impl Unpin for MemoryPointAccess
impl UnsafeUnpin for MemoryPointAccess
impl UnwindSafe for MemoryPointAccess
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