Enum syntax::attr::ReprAttr[src]

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

Variants

ReprAny
ReprInt
ReprExtern

Methods

impl ReprAttr

fn is_ffi_safe(&self) -> bool

Trait Implementations

Derived Implementations

impl Show for ReprAttr

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

impl PartialEq for ReprAttr

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

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