pub struct InstrIndirectBr<'a>(/* private fields */);Expand description
IndirectBr instruction
Implementations§
Source§impl<'a> InstrIndirectBr<'a>
impl<'a> InstrIndirectBr<'a>
Source§impl<'a> InstrIndirectBr<'a>
impl<'a> InstrIndirectBr<'a>
Sourcepub fn add_dest(&mut self, dest: BasicBlock<'a>)
pub fn add_dest(&mut self, dest: BasicBlock<'a>)
Add a destination
Trait Implementations§
Source§impl<'a> AsRef<Value<'a>> for InstrIndirectBr<'a>
impl<'a> AsRef<Value<'a>> for InstrIndirectBr<'a>
Source§impl<'a> Clone for InstrIndirectBr<'a>
impl<'a> Clone for InstrIndirectBr<'a>
Source§fn clone(&self) -> InstrIndirectBr<'a>
fn clone(&self) -> InstrIndirectBr<'a>
Returns a duplicate 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 moreSource§impl<'a> From<InstrIndirectBr<'a>> for Value<'a>
impl<'a> From<InstrIndirectBr<'a>> for Value<'a>
Source§fn from(x: InstrIndirectBr<'a>) -> Value<'a>
fn from(x: InstrIndirectBr<'a>) -> Value<'a>
Converts to this type from the input type.
impl<'a> Copy for InstrIndirectBr<'a>
Auto Trait Implementations§
impl<'a> Freeze for InstrIndirectBr<'a>
impl<'a> RefUnwindSafe for InstrIndirectBr<'a>
impl<'a> !Send for InstrIndirectBr<'a>
impl<'a> !Sync for InstrIndirectBr<'a>
impl<'a> Unpin for InstrIndirectBr<'a>
impl<'a> UnwindSafe for InstrIndirectBr<'a>
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