Struct gear_wasm::elements::CodeSection
source · pub struct CodeSection(/* private fields */);
Expand description
Section with function bodies of the module.
Implementations§
source§impl CodeSection
impl CodeSection
Trait Implementations§
source§impl Clone for CodeSection
impl Clone for CodeSection
source§fn clone(&self) -> CodeSection
fn clone(&self) -> CodeSection
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CodeSection
impl Debug for CodeSection
source§impl Default for CodeSection
impl Default for CodeSection
source§fn default() -> CodeSection
fn default() -> CodeSection
Returns the “default value” for a type. Read more
source§impl Deserialize for CodeSection
impl Deserialize for CodeSection
source§impl PartialEq for CodeSection
impl PartialEq for CodeSection
source§fn 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 ==
.source§impl 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more