Struct cranelift_codegen::ir::SourceLoc [−][src]
pub struct SourceLoc(_);
A source location.
This is an opaque 32-bit number attached to each Cranelift IR instruction. Cranelift does not interpret source locations in any way, they are simply preserved from the input to the output.
The default source location uses the all-ones bit pattern !0
. It is used for instructions
that can’t be given a real source location.
Implementations
impl SourceLoc
[src]
impl SourceLoc
[src]Trait Implementations
impl<'de> Deserialize<'de> for SourceLoc
[src]
impl<'de> Deserialize<'de> for SourceLoc
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl Copy for SourceLoc
[src]
impl Eq for SourceLoc
[src]
impl StructuralEq for SourceLoc
[src]
impl StructuralPartialEq for SourceLoc
[src]
Auto Trait Implementations
impl RefUnwindSafe for SourceLoc
impl Send for SourceLoc
impl Sync for SourceLoc
impl Unpin for SourceLoc
impl UnwindSafe for SourceLoc
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>,