Struct parity_wasm::elements::CodeSection
source · pub struct CodeSection(_);
Expand description
Section with function bodies of the module.
Implementations
sourceimpl CodeSection
impl CodeSection
Trait Implementations
sourceimpl Clone for CodeSection
impl Clone for CodeSection
sourcefn clone(&self) -> CodeSection
fn clone(&self) -> CodeSection
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for CodeSection
impl Debug for CodeSection
sourceimpl Default for CodeSection
impl Default for CodeSection
sourcefn default() -> CodeSection
fn default() -> CodeSection
Returns the “default value” for a type. Read more
sourceimpl Deserialize for CodeSection
impl Deserialize for CodeSection
sourceimpl PartialEq<CodeSection> for CodeSection
impl PartialEq<CodeSection> for CodeSection
sourcefn eq(&self, other: &CodeSection) -> bool
fn eq(&self, other: &CodeSection) -> bool
sourceimpl Serialize for CodeSection
impl Serialize for CodeSection
impl StructuralPartialEq for CodeSection
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more