Enum syntex_syntax::attr::ReprAttr  
                   
                       [−]
                   
               [src]
pub enum ReprAttr {
    ReprAny,
    ReprInt(Span, IntType),
    ReprExtern,
    ReprPacked,
    ReprSimd,
}Variants
ReprAnyReprInt(Span, IntType)ReprExternReprPackedReprSimdMethods
impl ReprAttr[src]
fn is_ffi_safe(&self) -> bool
Trait Implementations
impl Clone for ReprAttr[src]
fn clone(&self) -> ReprAttr
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more