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 more
sourceimpl 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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &CodeSection) -> bool
fn ne(&self, other: &CodeSection) -> bool
This method tests for !=
.
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more