Struct sway_core::FinalizedEntry
source · Fields§
§fn_name: String
The original entry point function name.
imm: u64
The immediate instruction offset at which the entry function begins.
selector: Option<[u8; 4]>
The function selector (only Some
for contract ABI methods).
Implementations§
Trait Implementations§
source§impl Clone for FinalizedEntry
impl Clone for FinalizedEntry
source§fn clone(&self) -> FinalizedEntry
fn clone(&self) -> FinalizedEntry
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 more