Enum syntax::attr::ReprAttr
[−]
[src]
pub enum ReprAttr {
ReprInt(IntType),
ReprC,
ReprPacked,
ReprSimd,
ReprTransparent,
ReprAlign(u32),
}Variants
ReprInt(IntType)ReprCReprPackedReprSimdReprTransparentReprAlign(u32)
Trait Implementations
impl PartialEq for ReprAttr[src]
fn eq(&self, __arg_0: &ReprAttr) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &ReprAttr) -> bool[src]
This method tests for !=.
impl Debug for ReprAttr[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more