pub struct InstructionDebug {
pub line: u32,
pub ast_location: RawAstLocation,
pub extra: u32,
}Fields§
§line: u32§ast_location: RawAstLocation§extra: u32Implementations§
Trait Implementations§
Source§impl Clone for InstructionDebug
impl Clone for InstructionDebug
Source§fn clone(&self) -> InstructionDebug
fn clone(&self) -> InstructionDebug
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 moreAuto Trait Implementations§
impl Freeze for InstructionDebug
impl RefUnwindSafe for InstructionDebug
impl Send for InstructionDebug
impl Sync for InstructionDebug
impl Unpin for InstructionDebug
impl UnwindSafe for InstructionDebug
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