pub enum WasmBinaryFormat {
CoreModule,
}Expand description
Coarse WebAssembly binary format marker.
Variants§
CoreModule
Core WebAssembly module binary format.
Implementations§
Trait Implementations§
Source§impl Clone for WasmBinaryFormat
impl Clone for WasmBinaryFormat
Source§fn clone(&self) -> WasmBinaryFormat
fn clone(&self) -> WasmBinaryFormat
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 WasmBinaryFormat
impl Debug for WasmBinaryFormat
Source§impl Default for WasmBinaryFormat
impl Default for WasmBinaryFormat
Source§fn default() -> WasmBinaryFormat
fn default() -> WasmBinaryFormat
Returns the “default value” for a type. Read more
Source§impl Display for WasmBinaryFormat
impl Display for WasmBinaryFormat
Source§impl Hash for WasmBinaryFormat
impl Hash for WasmBinaryFormat
Source§impl Ord for WasmBinaryFormat
impl Ord for WasmBinaryFormat
Source§fn cmp(&self, other: &WasmBinaryFormat) -> Ordering
fn cmp(&self, other: &WasmBinaryFormat) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for WasmBinaryFormat
impl PartialEq for WasmBinaryFormat
Source§fn eq(&self, other: &WasmBinaryFormat) -> bool
fn eq(&self, other: &WasmBinaryFormat) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for WasmBinaryFormat
impl PartialOrd for WasmBinaryFormat
impl Copy for WasmBinaryFormat
impl Eq for WasmBinaryFormat
impl StructuralPartialEq for WasmBinaryFormat
Auto Trait Implementations§
impl Freeze for WasmBinaryFormat
impl RefUnwindSafe for WasmBinaryFormat
impl Send for WasmBinaryFormat
impl Sync for WasmBinaryFormat
impl Unpin for WasmBinaryFormat
impl UnsafeUnpin for WasmBinaryFormat
impl UnwindSafe for WasmBinaryFormat
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