Enum syntax::attr::ReprAttr[][src]

pub enum ReprAttr {
    ReprInt(IntType),
    ReprC,
    ReprPacked(u32),
    ReprSimd,
    ReprTransparent,
    ReprAlign(u32),
}

Variants

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. Read more

impl Encodable for ReprAttr
[src]

impl Decodable for ReprAttr
[src]

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

Auto Trait Implementations

impl Send for ReprAttr

impl Sync for ReprAttr