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 duplicate 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
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