pub struct BasicBlock {
pub(crate) private: u32,
}
Expand description
Proxy for mir::BasicBlock
Fields§
§private: u32
Implementations§
Source§impl BasicBlock
impl BasicBlock
pub fn serialize<__S>(
__self: &BasicBlock,
__serializer: __S,
) -> Result<__S::Ok, __S::Error>where
__S: Serializer,
Source§impl<'de> BasicBlock
impl<'de> BasicBlock
pub fn deserialize<__D>(__deserializer: __D) -> Result<BasicBlock, __D::Error>where
__D: Deserializer<'de>,
Trait Implementations§
Source§impl Clone for BasicBlock
impl Clone for BasicBlock
Source§fn clone(&self) -> BasicBlock
fn clone(&self) -> BasicBlock
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 moreSource§impl Debug for BasicBlock
impl Debug for BasicBlock
Source§impl From<BasicBlock> for BasicBlock
impl From<BasicBlock> for BasicBlock
Source§fn from(bb: BasicBlock) -> BasicBlock
fn from(bb: BasicBlock) -> BasicBlock
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
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