Struct parity_wasm::elements::FunctionSection
source · [−]pub struct FunctionSection(_);
Expand description
Section with function signatures definition.
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for FunctionSection
impl Send for FunctionSection
impl Sync for FunctionSection
impl Unpin for FunctionSection
impl UnwindSafe for FunctionSection
Blanket Implementations
Mutably borrows from an owned value. Read more