Enum parity_wasm::elements::TableElementType [−][src]
pub enum TableElementType {
AnyFunc,
}Table element type.
Variants
AnyFuncA reference to a function with any signature.
Trait Implementations
impl Clone for TableElementType[src]
impl Clone for TableElementTypefn clone(&self) -> TableElementType[src]
fn clone(&self) -> TableElementTypeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for TableElementType[src]
impl Copy for TableElementTypeimpl Debug for TableElementType[src]
impl Debug for TableElementTypefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for TableElementType[src]
impl PartialEq for TableElementTypefn eq(&self, other: &TableElementType) -> bool[src]
fn eq(&self, other: &TableElementType) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Deserialize for TableElementType[src]
impl Deserialize for TableElementTypetype Error = Error
Serialization error produced by deserialization routine.
fn deserialize<R: Read>(reader: &mut R) -> Result<Self, Self::Error>[src]
fn deserialize<R: Read>(reader: &mut R) -> Result<Self, Self::Error>Deserialize type from serial i/o
impl Serialize for TableElementType[src]
impl Serialize for TableElementTypeAuto Trait Implementations
impl Send for TableElementType
impl Send for TableElementTypeimpl Sync for TableElementType
impl Sync for TableElementType