Struct wasmtime_environ::wasm::wasmparser::Range [−][src]
Bytecode range in the WebAssembly module.
Fields
start: usize
The start bound of the range.
end: usize
The end bound of the range.
Implementations
impl Range
[src]
impl Range
[src]Trait Implementations
impl PartialOrd<Range> for Range
[src]
impl PartialOrd<Range> for Range
[src]pub fn partial_cmp(&self, other: &Range) -> Option<Ordering>
[src][−]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn ge(&self, other: &Rhs) -> bool