Struct little::Constant [] [src]

pub struct Constant(pub u32);

Immutable internal machine constant.

Trait Implementations

Derived Implementations

impl Debug for Constant

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

impl Hash for Constant

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

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

impl PartialEq for Constant

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

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

impl Eq for Constant

impl Clone for Constant

fn clone(&self) -> Constant

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

impl Copy for Constant