pub struct BranchOperationBuilder<'c, T0, T1> { /* private fields */ }
Expand description
A builder for a br
operation.
Implementations§
source§impl<'c> BranchOperationBuilder<'c, Unset, Unset>
impl<'c> BranchOperationBuilder<'c, Unset, Unset>
source§impl<'c, T1> BranchOperationBuilder<'c, Unset, T1>
impl<'c, T1> BranchOperationBuilder<'c, Unset, T1>
pub fn dest_operands( self, dest_operands: &[Value<'c, '_>] ) -> BranchOperationBuilder<'c, Set, T1>
source§impl<'c, T0> BranchOperationBuilder<'c, T0, Unset>
impl<'c, T0> BranchOperationBuilder<'c, T0, Unset>
pub fn dest(self, dest: &Block<'c>) -> BranchOperationBuilder<'c, T0, Set>
source§impl<'c> BranchOperationBuilder<'c, Set, Set>
impl<'c> BranchOperationBuilder<'c, Set, Set>
pub fn build(self) -> BranchOperation<'c>
Auto Trait Implementations§
impl<'c, T0, T1> RefUnwindSafe for BranchOperationBuilder<'c, T0, T1>where
T0: RefUnwindSafe,
T1: RefUnwindSafe,
impl<'c, T0, T1> !Send for BranchOperationBuilder<'c, T0, T1>
impl<'c, T0, T1> !Sync for BranchOperationBuilder<'c, T0, T1>
impl<'c, T0, T1> Unpin for BranchOperationBuilder<'c, T0, T1>
impl<'c, T0, T1> UnwindSafe for BranchOperationBuilder<'c, T0, T1>where
T0: UnwindSafe,
T1: UnwindSafe,
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more