Struct sway_ir::irtype::AbiInstance
source · [−]pub struct AbiInstance(pub Index);
Expand description
A Sway specific data structure for associating an ABI with an address.
Tuple Fields
0: Index
Implementations
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for AbiInstance
impl Send for AbiInstance
impl Sync for AbiInstance
impl Unpin for AbiInstance
impl UnwindSafe for AbiInstance
Blanket Implementations
Mutably borrows from an owned value. Read more