Struct sway_ir::block::BlockArgument
source · Fields§
§block: Block
The block of which this is an argument.
idx: usize
idx’th argument of the block.
ty: Type
Implementations§
source§impl BlockArgument
impl BlockArgument
Trait Implementations§
source§impl Clone for BlockArgument
impl Clone for BlockArgument
source§fn clone(&self) -> BlockArgument
fn clone(&self) -> BlockArgument
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