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

pub struct SystemFn {
    pub arity: Arity,
    pub callback: FunctionImpl,
}

Represents a system function

Fields

arity: Arity

Function arity

callback: FunctionImpl

Function implementation

Trait Implementations

impl Copy for SystemFn
[src]

impl Clone for SystemFn
[src]

fn clone(&self) -> Self

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

impl PartialEq for SystemFn
[src]

fn eq(&self, rhs: &SystemFn) -> bool

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

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.