Struct sway_core::CompiledAsm
source · pub struct CompiledAsm(pub FinalizedAsm);
Tuple Fields
0: FinalizedAsm
Auto Trait Implementations
impl RefUnwindSafe for CompiledAsm
impl Send for CompiledAsm
impl Sync for CompiledAsm
impl Unpin for CompiledAsm
impl UnwindSafe for CompiledAsm
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more