Struct parity_wasm::elements::CodeSection
source · [−]pub struct CodeSection(_);
Expand description
Section with function bodies of the module.
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 CodeSection
impl Send for CodeSection
impl Sync for CodeSection
impl Unpin for CodeSection
impl UnwindSafe for CodeSection
Blanket Implementations
Mutably borrows from an owned value. Read more