Struct flowistry_pdg::rustc_proxies::BasicBlock
source · 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<BasicBlock> for BasicBlock
impl PartialEq<BasicBlock> for BasicBlock
source§fn eq(&self, other: &BasicBlock) -> bool
fn eq(&self, other: &BasicBlock) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<BasicBlock> for BasicBlock
impl PartialOrd<BasicBlock> for BasicBlock
source§fn partial_cmp(&self, other: &BasicBlock) -> Option<Ordering>
fn partial_cmp(&self, other: &BasicBlock) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for BasicBlock
impl Eq for BasicBlock
impl StructuralEq for BasicBlock
impl StructuralPartialEq for BasicBlock
Auto Trait Implementations§
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