Struct ketos::function::SystemFn [] [src]

pub struct SystemFn {
    pub arity: Arity,
    pub callback: FunctionImpl,
    pub doc: Option<&'static str>,
}

Represents a system function

Fields

Function arity

Function implementation

Function documentation

Trait Implementations

impl Copy for SystemFn
[src]

impl Clone for SystemFn
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for SystemFn
[src]

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

This method tests for !=.