Struct sway_core::CompiledBytecode
source · Expand description
The bytecode for a sway program.
Tuple Fields
0: Vec<u8>
Auto Trait Implementations
impl RefUnwindSafe for CompiledBytecode
impl Send for CompiledBytecode
impl Sync for CompiledBytecode
impl Unpin for CompiledBytecode
impl UnwindSafe for CompiledBytecode
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