pub struct InstAddress { /* private fields */ }
Expand description
How an instruction addresses a value.
Implementations§
Source§impl InstAddress
impl InstAddress
Sourcepub const ZERO: InstAddress = _
pub const ZERO: InstAddress = _
The first possible address.
Sourcepub const INVALID: InstAddress = _
pub const INVALID: InstAddress = _
An invalid address.
Trait Implementations§
Source§impl Clone for InstAddress
impl Clone for InstAddress
Source§fn clone(&self) -> InstAddress
fn clone(&self) -> InstAddress
Returns a copy 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 InstAddress
impl Debug for InstAddress
Source§impl<'de> Decode<'de, Binary> for InstAddress
impl<'de> Decode<'de, Binary> for InstAddress
Source§impl<'de> Decode<'de, Text> for InstAddress
impl<'de> Decode<'de, Text> for InstAddress
Source§impl Default for InstAddress
impl Default for InstAddress
Source§fn default() -> InstAddress
fn default() -> InstAddress
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InstAddress
impl<'de> Deserialize<'de> for InstAddress
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for InstAddress
impl Display for InstAddress
Source§impl Encode<Binary> for InstAddress
impl Encode<Binary> for InstAddress
Source§impl Encode<Text> for InstAddress
impl Encode<Text> for InstAddress
Source§impl Hash for InstAddress
impl Hash for InstAddress
Source§impl Ord for InstAddress
impl Ord for InstAddress
Source§fn cmp(&self, other: &InstAddress) -> Ordering
fn cmp(&self, other: &InstAddress) -> Ordering
1.21.0 · 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 InstAddress
impl PartialEq for InstAddress
Source§impl PartialOrd for InstAddress
impl PartialOrd for InstAddress
Source§impl Serialize for InstAddress
impl Serialize for InstAddress
Source§impl TryClone for InstAddress
impl TryClone for InstAddress
impl Copy for InstAddress
impl Eq for InstAddress
impl StructuralPartialEq for InstAddress
Auto Trait Implementations§
impl Freeze for InstAddress
impl RefUnwindSafe for InstAddress
impl Send for InstAddress
impl Sync for InstAddress
impl Unpin for InstAddress
impl UnwindSafe for InstAddress
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.