Struct cc6502::compile::StatementLoc
source · pub struct StatementLoc<'a> {
pub pos: usize,
pub label: Option<String>,
pub statement: Statement<'a>,
}
Fields§
§pos: usize
§label: Option<String>
§statement: Statement<'a>
Trait Implementations§
source§impl<'a> Clone for StatementLoc<'a>
impl<'a> Clone for StatementLoc<'a>
source§fn clone(&self) -> StatementLoc<'a>
fn clone(&self) -> StatementLoc<'a>
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 moreAuto Trait Implementations§
impl<'a> RefUnwindSafe for StatementLoc<'a>
impl<'a> Send for StatementLoc<'a>
impl<'a> Sync for StatementLoc<'a>
impl<'a> Unpin for StatementLoc<'a>
impl<'a> UnwindSafe for StatementLoc<'a>
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