Struct sway_ir::instruction::BranchToWithArgs
source · Fields§
§block: Block§args: Vec<Value>Trait Implementations§
source§impl Clone for BranchToWithArgs
impl Clone for BranchToWithArgs
source§fn clone(&self) -> BranchToWithArgs
fn clone(&self) -> BranchToWithArgs
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