[][src]Struct object::WasmSection

pub struct WasmSection<'file> { /* fields omitted */ }

A section of an WasmFile.

Trait Implementations

impl<'file> ObjectSection<'static> for WasmSection<'file>[src]

type RelocationIterator = WasmRelocationIterator

An iterator over the relocations for a section. Read more

impl<'file> Debug for WasmSection<'file>[src]

Auto Trait Implementations

impl<'file> Unpin for WasmSection<'file>

impl<'file> Sync for WasmSection<'file>

impl<'file> Send for WasmSection<'file>

impl<'file> RefUnwindSafe for WasmSection<'file>

impl<'file> UnwindSafe for WasmSection<'file>

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]