Type Alias wasmer_compiler_singlepass::machine::Offset
source · pub type Offset = AssemblyOffset;
Aliased Type§
struct Offset(pub usize);
Fields§
§0: usize
Trait Implementations
§impl Ord for AssemblyOffset
impl Ord for AssemblyOffset
§impl PartialEq for AssemblyOffset
impl PartialEq for AssemblyOffset
§impl PartialOrd for AssemblyOffset
impl PartialOrd for AssemblyOffset
§fn partial_cmp(&self, other: &AssemblyOffset) -> Option<Ordering>
fn partial_cmp(&self, other: &AssemblyOffset) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more