Enum syntax::attr::IntType[][src]

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

Variants

Methods

impl IntType
[src]

Trait Implementations

impl Eq for IntType
[src]

impl Hash for IntType
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for IntType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for IntType
[src]

Formats the value using the given formatter. Read more

impl Encodable for IntType
[src]

impl Decodable for IntType
[src]

impl Copy for IntType
[src]

impl Clone for IntType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for IntType

impl Sync for IntType