Struct ketos::function::Function
[−]
[src]
pub struct Function {
pub name: Name,
pub sys_fn: SystemFn,
}Represents a function implemented in Rust.
Fields
name: Name
Function name
sys_fn: SystemFn
System function
Trait Implementations
impl Clone for Function[src]
fn clone(&self) -> Function
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