pub struct Block(/* private fields */);
Expand description
An opaque reference to a basic block in a
Function
.
You can get a Block
using
FunctionBuilder::create_block
While the order is stable, it is arbitrary and does not necessarily resemble the layout order.
Implementations§
Trait Implementations§
Source§impl From<Block> for ProgramPoint
impl From<Block> for ProgramPoint
Source§impl Ord for Block
impl Ord for Block
Source§impl PartialOrd for Block
impl PartialOrd for Block
Source§impl ReservedValue for Block
impl ReservedValue for Block
Source§fn reserved_value() -> Block
fn reserved_value() -> Block
Create an instance of the reserved value.
Source§fn is_reserved_value(&self) -> bool
fn is_reserved_value(&self) -> bool
Checks whether value is the reserved one.
impl Copy for Block
impl Eq for Block
impl StructuralPartialEq for Block
Auto Trait Implementations§
impl Freeze for Block
impl RefUnwindSafe for Block
impl Send for Block
impl Sync for Block
impl Unpin for Block
impl UnwindSafe for Block
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.