pub struct AddressVector<D: Clone> { /* private fields */ }
Expand description
Points to a byte (in a MemoryRegion
).
Implementations§
Source§impl<D: Clone> AddressVector<D>
impl<D: Clone> AddressVector<D>
Sourcepub fn address(&self) -> AddressType
pub fn address(&self) -> AddressType
Address pointed to by the AddressVector
.
Sourcepub fn description(&self) -> D
pub fn description(&self) -> D
Description of the address pointed to by the AddressVector
.
Trait Implementations§
impl<D: Eq + Clone> Eq for AddressVector<D>
impl<D: Clone> StructuralPartialEq for AddressVector<D>
Auto Trait Implementations§
impl<D> Freeze for AddressVector<D>where
D: Freeze,
impl<D> RefUnwindSafe for AddressVector<D>where
D: RefUnwindSafe,
impl<D> Send for AddressVector<D>where
D: Send,
impl<D> Sync for AddressVector<D>where
D: Sync,
impl<D> Unpin for AddressVector<D>where
D: Unpin,
impl<D> UnwindSafe for AddressVector<D>where
D: UnwindSafe,
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