Enum syntax::ast::LitIntTypeExperimental [-]  [+] [src]

pub enum LitIntType {
    SignedIntLit(IntTy, Sign),
    UnsignedIntLit(UintTy),
    UnsuffixedIntLit(Sign),
}

Variants

SignedIntLit
UnsignedIntLit
UnsuffixedIntLit

Methods

impl LitIntType

fn suffix_len(&self) -> uint

Trait Implementations

Derived Implementations

impl Copy for LitIntType

impl Show for LitIntType

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

impl<__S: Writer> Hash<__S> for LitIntType

fn hash(&self, __arg_0: &mut __S)

impl<__D: Decoder<__E>, __E> Decodable<__D, __E> for LitIntType

fn decode(__arg_0: &mut __D) -> Result<LitIntType, __E>

impl<__S: Encoder<__E>, __E> Encodable<__S, __E> for LitIntType

fn encode(&self, __arg_0: &mut __S) -> Result<(), __E>

impl Eq for LitIntType

fn assert_receiver_is_total_eq(&self)

impl PartialEq for LitIntType

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

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

impl Clone for LitIntType

fn clone(&self) -> LitIntType

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