Struct little::Constant
[−]
[src]
pub struct Constant(pub u32);
Immutable internal machine constant.
pub struct Constant(pub u32);
Immutable internal machine constant.
impl Debug for Constantimpl Hash for Constantfn hash<__H: Hasher>(&self, __arg_0: &mut __H)fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasherimpl PartialEq for Constantimpl Eq for Constantimpl Clone for Constantfn clone(&self) -> Constantfn clone_from(&mut self, source: &Self)impl Copy for Constant