Struct cranelift_codegen::loop_analysis::Loop
source · pub struct Loop(_);
Expand description
A opaque reference to a code loop.
Implementations§
Trait Implementations§
source§impl ReservedValue for Loop
impl ReservedValue for Loop
source§fn reserved_value() -> Loop
fn reserved_value() -> Loop
Create an instance of the reserved value.
source§fn is_reserved_value(&self) -> bool
fn is_reserved_value(&self) -> bool
Checks whether value is the reserved one.
impl Copy for Loop
impl Eq for Loop
impl StructuralEq for Loop
impl StructuralPartialEq for Loop
Auto Trait Implementations§
impl RefUnwindSafe for Loop
impl Send for Loop
impl Sync for Loop
impl Unpin for Loop
impl UnwindSafe for Loop
Blanket Implementations§
source§impl<T> CallHasher for Twhere
T: Hash + ?Sized,
impl<T> CallHasher for Twhere
T: Hash + ?Sized,
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.