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
§by_ref: bool
Temporary flag to mark an arg as passed by reference until we reintroduce pointers.
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