Struct little::Call [] [src]

pub struct Call(pub u32);

Immutable external machine function.

Trait Implementations

Derived Implementations

impl Debug for Call

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Hash for Call

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl PartialEq for Call

fn eq(&self, __arg_0: &Call) -> bool

fn ne(&self, __arg_0: &Call) -> bool

impl Eq for Call

impl Clone for Call

fn clone(&self) -> Call

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

impl Copy for Call