pub struct RegisterTarget {
pub name: VariableSymbol,
pub range: Option<u32>,
pub span: Span,
}Fields§
§name: VariableSymbol§range: Option<u32>§span: SpanImplementations§
Trait Implementations§
Source§impl Clone for RegisterTarget
impl Clone for RegisterTarget
Source§fn clone(&self) -> RegisterTarget
fn clone(&self) -> RegisterTarget
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 RegisterTarget
impl Debug for RegisterTarget
Source§impl PartialEq for RegisterTarget
impl PartialEq for RegisterTarget
Source§impl Spanned for RegisterTarget
impl Spanned for RegisterTarget
Source§impl TreeDisplay for RegisterTarget
impl TreeDisplay for RegisterTarget
Source§fn tree_display(&self, f: &mut TreeFormatter, source: &str) -> Result
fn tree_display(&self, f: &mut TreeFormatter, source: &str) -> Result
Display this node in tree format. Read more
impl StructuralPartialEq for RegisterTarget
Auto Trait Implementations§
impl Freeze for RegisterTarget
impl RefUnwindSafe for RegisterTarget
impl Send for RegisterTarget
impl Sync for RegisterTarget
impl Unpin for RegisterTarget
impl UnwindSafe for RegisterTarget
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