Struct cranelift_codegen::loop_analysis::Loop  [−][src]
pub struct Loop(_);
A opaque reference to a code loop.
Trait Implementations
impl Copy for Loop[src] 
impl Copy for Loopimpl Clone for Loop[src] 
impl Clone for Loopfn clone(&self) -> Loop[src] 
fn clone(&self) -> LoopReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src] 
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for Loop[src] 
impl PartialEq for Loopfn eq(&self, other: &Loop) -> bool[src] 
fn eq(&self, other: &Loop) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Loop) -> bool[src] 
fn ne(&self, other: &Loop) -> boolThis method tests for !=.
impl Eq for Loop[src] 
impl Eq for Loopimpl Hash for Loop[src] 
impl Hash for Loopfn hash<__H: Hasher>(&self, state: &mut __H)[src] 
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher, 1.3.0[src] 
fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl EntityRef for Loop
impl EntityRef for Loopfn new(index: usize) -> Self
fn new(index: usize) -> SelfCreate a new entity reference from a small integer. This should crash if the requested index is not representable. Read more
fn index(self) -> usize
fn index(self) -> usizeGet the index that was used to create this entity reference.
impl ReservedValue for Loop
impl ReservedValue for Loopfn reserved_value() -> Loop
fn reserved_value() -> LoopCreate an instance of the reserved value.
impl Display for Loop
impl Display for Loopimpl Debug for Loop
impl Debug for Loop