Enum syntex_syntax::attr::ReprAttr [] [src]

pub enum ReprAttr {
    ReprAny,
    ReprInt(IntType),
    ReprExtern,
    ReprPacked,
    ReprSimd,
}

Variants

Methods

impl ReprAttr
[src]

Trait Implementations

impl PartialEq for ReprAttr
[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 ReprAttr
[src]

Formats the value using the given formatter.

impl Encodable for ReprAttr
[src]

Serialize a value using an Encoder.

impl Decodable for ReprAttr
[src]

Deserialize a value using a Decoder.

impl Copy for ReprAttr
[src]

impl Clone for ReprAttr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more