Struct cranelift_codegen::ir::immediates::Offset32 [−][src]
pub struct Offset32(_);
32-bit signed immediate offset.
This is used to encode an immediate offset for load/store instructions. All supported ISAs have
a maximum load/store offset that fits in an i32
.
Implementations
impl Offset32
[src]
impl Offset32
[src]Trait Implementations
impl Copy for Offset32
[src]
impl Eq for Offset32
[src]
impl StructuralEq for Offset32
[src]
impl StructuralPartialEq for Offset32
[src]
Auto Trait Implementations
impl RefUnwindSafe for Offset32
impl Send for Offset32
impl Sync for Offset32
impl Unpin for Offset32
impl UnwindSafe for Offset32
Blanket Implementations
impl<T> CallHasher for T where
T: Hash,
[src]
impl<T> CallHasher for T where
T: Hash,
[src]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]