Struct wasmparser::BinaryReaderError [−][src]
Fields
message: &'static str
offset: usize
Trait Implementations
impl Debug for BinaryReaderError[src]
impl Debug for BinaryReaderErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for BinaryReaderError[src]
impl Copy for BinaryReaderErrorimpl Clone for BinaryReaderError[src]
impl Clone for BinaryReaderErrorfn clone(&self) -> BinaryReaderError[src]
fn clone(&self) -> BinaryReaderErrorReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for BinaryReaderError
impl Send for BinaryReaderErrorimpl Sync for BinaryReaderError
impl Sync for BinaryReaderError