Struct web_assembler::Function[][src]

pub struct Function(pub TypeIndex);

Trait Implementations

impl Debug for Function
[src]

Formats the value using the given formatter. Read more

impl Clone for Function
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Dump for Function
[src]

Auto Trait Implementations

impl Send for Function

impl Sync for Function