Enum rv32_asm::instruction::RelAddress
source · pub enum RelAddress {
Label(Label),
Immediate(Immediate),
}Variants§
Trait Implementations§
source§impl Clone for RelAddress
impl Clone for RelAddress
source§fn clone(&self) -> RelAddress
fn clone(&self) -> RelAddress
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 RelAddress
impl Debug for RelAddress
source§impl Display for RelAddress
impl Display for RelAddress
source§impl PartialEq for RelAddress
impl PartialEq for RelAddress
source§fn eq(&self, other: &RelAddress) -> bool
fn eq(&self, other: &RelAddress) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for RelAddress
Auto Trait Implementations§
impl Freeze for RelAddress
impl RefUnwindSafe for RelAddress
impl Send for RelAddress
impl Sync for RelAddress
impl Unpin for RelAddress
impl UnwindSafe for RelAddress
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