pub struct BasicBlock(pub u32);Expand description
References a basic block in the bb pool
Tuple Fields§
§0: u32Trait Implementations§
Source§impl Clone for BasicBlock
impl Clone for BasicBlock
Source§fn clone(&self) -> BasicBlock
fn clone(&self) -> BasicBlock
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 Debug for BasicBlock
impl Debug for BasicBlock
Source§impl From<BasicBlock> for Value
impl From<BasicBlock> for Value
Source§fn from(value: BasicBlock) -> Value
fn from(value: BasicBlock) -> Value
Converts to this type from the input type.
Source§impl From<BasicBlock> for usize
impl From<BasicBlock> for usize
Source§fn from(value: BasicBlock) -> Self
fn from(value: BasicBlock) -> Self
Converts to this type from the input type.
Source§impl Hash for BasicBlock
impl Hash for BasicBlock
Source§impl Ord for BasicBlock
impl Ord for BasicBlock
Source§fn cmp(&self, other: &BasicBlock) -> Ordering
fn cmp(&self, other: &BasicBlock) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for BasicBlock
impl PartialEq for BasicBlock
Source§impl PartialOrd for BasicBlock
impl PartialOrd for BasicBlock
Source§impl TryFrom<usize> for BasicBlock
impl TryFrom<usize> for BasicBlock
impl Copy for BasicBlock
impl Eq for BasicBlock
impl StructuralPartialEq for BasicBlock
Auto Trait Implementations§
impl Freeze for BasicBlock
impl RefUnwindSafe for BasicBlock
impl Send for BasicBlock
impl Sync for BasicBlock
impl Unpin for BasicBlock
impl UnwindSafe for BasicBlock
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