Struct codegem::ir::BasicBlockId
source · pub struct BasicBlockId(_, _);Trait Implementations§
source§impl Clone for BasicBlockId
impl Clone for BasicBlockId
source§fn clone(&self) -> BasicBlockId
fn clone(&self) -> BasicBlockId
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 Display for BasicBlockId
impl Display for BasicBlockId
source§impl Hash for BasicBlockId
impl Hash for BasicBlockId
source§impl PartialEq<BasicBlockId> for BasicBlockId
impl PartialEq<BasicBlockId> for BasicBlockId
source§fn eq(&self, other: &BasicBlockId) -> bool
fn eq(&self, other: &BasicBlockId) -> bool
This method tests for
self and other values to be equal, and is used
by ==.