Enum pwasm_utils::SourceTarget[][src]

pub enum SourceTarget {
    Emscripten,
    Unknown,
}

Variants

Trait Implementations

impl Debug for SourceTarget
[src]

Formats the value using the given formatter. Read more

impl Clone for SourceTarget
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SourceTarget
[src]

Auto Trait Implementations