Enum syntax::attr::IntType[src]

pub enum IntType {
    SignedInt(IntTy),
    UnsignedInt(UintTy),
}

Variants

SignedInt
UnsignedInt

Methods

impl IntType

fn is_signed(self) -> bool

Trait Implementations

Derived Implementations

impl Show for IntType

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

impl PartialEq for IntType

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

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