Enum syntax::attr::ReprAttr  
                   
                       [−]
                   
               [src]
pub enum ReprAttr {
    ReprAny,
    ReprInt(Span, IntType),
    ReprExtern,
    ReprPacked,
    ReprSimd,
}Unstable (
rustc_private)Variants
ReprAnyUnstable (
rustc_private)ReprInt(Span, IntType)Unstable (
rustc_private)ReprExternUnstable (
rustc_private)ReprPackedUnstable (
rustc_private)ReprSimdUnstable (
rustc_private)Methods
impl ReprAttr[src]
fn is_ffi_safe(&self) -> bool
Trait Implementations
Derived 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