Enum wasm_wrapper_gen_shared::SupportedCopyTy [] [src]

pub enum SupportedCopyTy {
    U8,
    U16,
    U32,
    USize,
    I8,
    I16,
    I32,
    ISize,
    F32,
    F64,
    Bool,
}

Variants

Methods

impl SupportedCopyTy
[src]

[src]

[src]

Trait Implementations

impl Debug for SupportedCopyTy
[src]

[src]

Formats the value using the given formatter.

impl Copy for SupportedCopyTy
[src]

impl Clone for SupportedCopyTy
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for SupportedCopyTy
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for SupportedCopyTy
[src]

impl AsRef<str> for SupportedCopyTy
[src]

[src]

Performs the conversion.

impl Display for SupportedCopyTy
[src]

[src]

Formats the value using the given formatter. Read more

impl ToTokens for SupportedCopyTy
[src]

[src]

Write self to the given Tokens. Read more