Struct cranelift_codegen::ValueLocRange [−][src]
Value location range.
Fields
loc: ValueLoc
The ValueLoc containing a ValueLabel during this range.
start: u32
The start of the range. It is an offset in the generated code.
end: u32
The end of the range. It is an offset in the generated code.
Trait Implementations
impl Clone for ValueLocRange
[src]
impl Clone for ValueLocRange
[src]fn clone(&self) -> ValueLocRange
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<'de> Deserialize<'de> for ValueLocRange
[src]
impl<'de> Deserialize<'de> for ValueLocRange
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl PartialEq<ValueLocRange> for ValueLocRange
[src]
impl PartialEq<ValueLocRange> for ValueLocRange
[src]fn eq(&self, other: &ValueLocRange) -> bool
[src]
fn ne(&self, other: &ValueLocRange) -> bool
[src]
impl Serialize for ValueLocRange
[src]
impl Serialize for ValueLocRange
[src]impl Copy for ValueLocRange
[src]
impl Eq for ValueLocRange
[src]
impl StructuralEq for ValueLocRange
[src]
impl StructuralPartialEq for ValueLocRange
[src]
Auto Trait Implementations
impl RefUnwindSafe for ValueLocRange
impl Send for ValueLocRange
impl Sync for ValueLocRange
impl Unpin for ValueLocRange
impl UnwindSafe for ValueLocRange
Blanket Implementations
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]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,