Enum syntex_syntax::ast::UintTy [] [src]

pub enum UintTy {
    Us,
    U8,
    U16,
    U32,
    U64,
    U128,
}

Variants

Methods

impl UintTy
[src]

Trait Implementations

impl Clone for UintTy
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for UintTy
[src]

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

This method tests for !=.

impl Eq for UintTy
[src]

impl Hash for UintTy
[src]

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

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

impl Copy for UintTy
[src]

impl Debug for UintTy
[src]

Formats the value using the given formatter.

impl Display for UintTy
[src]

Formats the value using the given formatter. Read more