Struct wasmparser::Range [] [src]

pub struct Range {
    pub start: usize,
    pub end: usize,
}

Bytecode range in the WebAssembly module.

Fields

Methods

impl Range
[src]

[src]

[src]

Trait Implementations

impl Debug for Range
[src]

[src]

Formats the value using the given formatter.

impl Copy for Range
[src]

impl Clone for Range
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more