Enum syntax::attr::IntType  [−][src]
Variants
SignedInt(IntTy)UnsignedInt(UintTy)
                    Methods
impl IntType[src] 
                impl IntTypeTrait Implementations
impl Eq for IntType[src] 
impl Eq for IntTypeimpl Hash for IntType[src] 
impl Hash for IntTypefn hash<__H: Hasher>(&self, state: &mut __H)[src] 
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher, 1.3.0[src] 
fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl PartialEq for IntType[src] 
impl PartialEq for IntTypefn eq(&self, other: &IntType) -> bool[src] 
fn eq(&self, other: &IntType) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &IntType) -> bool[src] 
fn ne(&self, other: &IntType) -> boolThis method tests for !=.
impl Debug for IntType[src] 
impl Debug for IntTypefn fmt(&self, f: &mut Formatter) -> Result[src] 
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Encodable for IntType[src] 
impl Encodable for IntTypeimpl Decodable for IntType[src] 
impl Decodable for IntTypeimpl Copy for IntType[src] 
impl Copy for IntTypeimpl Clone for IntType[src] 
impl Clone for IntType