Struct sway_core::language::AsmRegister
source · [−]pub struct AsmRegister { /* private fields */ }Trait Implementations
sourceimpl Clone for AsmRegister
impl Clone for AsmRegister
sourcefn clone(&self) -> AsmRegister
fn clone(&self) -> AsmRegister
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for AsmRegister
impl Debug for AsmRegister
sourceimpl From<AsmRegister> for String
impl From<AsmRegister> for String
sourcefn from(register: AsmRegister) -> String
fn from(register: AsmRegister) -> String
Converts to this type from the input type.
sourceimpl Hash for AsmRegister
impl Hash for AsmRegister
sourceimpl PartialEq<AsmRegister> for AsmRegister
impl PartialEq<AsmRegister> for AsmRegister
sourcefn eq(&self, other: &AsmRegister) -> bool
fn eq(&self, other: &AsmRegister) -> bool
impl Eq for AsmRegister
impl StructuralEq for AsmRegister
impl StructuralPartialEq for AsmRegister
Auto Trait Implementations
impl RefUnwindSafe for AsmRegister
impl Send for AsmRegister
impl Sync for AsmRegister
impl Unpin for AsmRegister
impl UnwindSafe for AsmRegister
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.