Struct little::Binding [] [src]

pub struct Binding(pub u32);

Mutable internal machine binding.

Trait Implementations

Derived Implementations

impl Debug for Binding

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

impl Hash for Binding

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

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

impl PartialEq for Binding

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

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

impl Eq for Binding

impl Clone for Binding

fn clone(&self) -> Binding

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

impl Copy for Binding