Enum gear_core::code::SectionName
source · pub enum SectionName {
Type,
Import,
Function,
Export,
Start,
}Expand description
Section name in WASM module.
Variants§
Type
Type section.
Import
Import section.
Function
Function section.
Export
Export section.
Start
Start section.
Trait Implementations§
source§impl Debug for SectionName
impl Debug for SectionName
Auto Trait Implementations§
impl Freeze for SectionName
impl RefUnwindSafe for SectionName
impl Send for SectionName
impl Sync for SectionName
impl Unpin for SectionName
impl UnwindSafe for SectionName
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