Struct sway_ast::expr::asm::AsmImmediate
source · pub struct AsmImmediate {
pub span: Span,
pub parsed: BigUint,
}
Fields§
§span: Span
§parsed: BigUint
Trait Implementations§
source§impl Clone for AsmImmediate
impl Clone for AsmImmediate
source§fn clone(&self) -> AsmImmediate
fn clone(&self) -> AsmImmediate
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 AsmImmediate
impl Debug for AsmImmediate
source§impl Serialize for AsmImmediate
impl Serialize for AsmImmediate
Auto Trait Implementations§
impl RefUnwindSafe for AsmImmediate
impl Send for AsmImmediate
impl Sync for AsmImmediate
impl Unpin for AsmImmediate
impl UnwindSafe for AsmImmediate
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