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