Struct cranelift_codegen::flowgraph::BlockPredecessor [−][src]
Expand description
A basic block denoted by its enclosing Block and last instruction.
Fields
block: Block
Enclosing Block key.
inst: Inst
Last instruction in the basic block.
Implementations
Trait Implementations
impl Debug for BlockPredecessor
[src]
impl Debug for BlockPredecessor
[src]impl PartialEq<BlockPredecessor> for BlockPredecessor
[src]
impl PartialEq<BlockPredecessor> for BlockPredecessor
[src]fn eq(&self, other: &BlockPredecessor) -> bool
[src]
fn eq(&self, other: &BlockPredecessor) -> bool
[src]This method tests for self
and other
values to be equal, and is used
by ==
. Read more
fn ne(&self, other: &BlockPredecessor) -> bool
[src]
fn ne(&self, other: &BlockPredecessor) -> bool
[src]This method tests for !=
.
impl Eq for BlockPredecessor
[src]
impl StructuralEq for BlockPredecessor
[src]
impl StructuralPartialEq for BlockPredecessor
[src]
Auto Trait Implementations
impl RefUnwindSafe for BlockPredecessor
impl Send for BlockPredecessor
impl Sync for BlockPredecessor
impl Unpin for BlockPredecessor
impl UnwindSafe for BlockPredecessor
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]pub fn equivalent(&self, key: &K) -> bool
[src]
pub fn equivalent(&self, key: &K) -> bool
[src]Compare self to key
and return true
if they are equal.