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 Constant
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
impl Eq for Constant
impl Clone for Constant
fn clone(&self) -> Constant
fn clone_from(&mut self, source: &Self)
impl Copy for Constant