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
sourceimpl FinalizedEntry
impl FinalizedEntry
Trait Implementations
sourceimpl Clone for FinalizedEntry
impl Clone for FinalizedEntry
sourcefn clone(&self) -> FinalizedEntry
fn clone(&self) -> FinalizedEntry
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations
impl RefUnwindSafe for FinalizedEntry
impl Send for FinalizedEntry
impl Sync for FinalizedEntry
impl Unpin for FinalizedEntry
impl UnwindSafe for FinalizedEntry
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