#[repr(C)]pub struct ExportSection {
pub exports: Vec<WasmExport>,
}
Fields§
§exports: Vec<WasmExport>
Trait Implementations§
Source§impl Clone for ExportSection
impl Clone for ExportSection
Source§fn clone(&self) -> ExportSection
fn clone(&self) -> ExportSection
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 ExportSection
impl Debug for ExportSection
Source§impl<'de> Deserialize<'de> for ExportSection
impl<'de> Deserialize<'de> for ExportSection
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ExportSection
impl PartialEq for ExportSection
Source§impl Serialize for ExportSection
impl Serialize for ExportSection
impl StructuralPartialEq for ExportSection
Auto Trait Implementations§
impl Freeze for ExportSection
impl RefUnwindSafe for ExportSection
impl Send for ExportSection
impl Sync for ExportSection
impl Unpin for ExportSection
impl UnwindSafe for ExportSection
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