Struct dyon::FnExternal [] [src]

pub struct FnExternal {
    pub name: Arc<String>,
    pub f: fn(&mut Runtime) -> Result<()String>,
    pub p: Dfn,
}

Fields

name: Arc<String> f: fn(&mut Runtime) -> Result<()String> p: Dfn

Trait Implementations

impl Clone for FnExternal
[src]

fn clone(&self) -> FnExternal

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more