Enum syntax::attr::ReprAttr
[−]
[src]
pub enum ReprAttr { ReprAny, ReprInt(Span, IntType), ReprExtern, ReprPacked, ReprSimd, }
Unstable (
rustc_private
)Variants
ReprAny
Unstable (
rustc_private
)ReprInt(Span, IntType)
Unstable (
rustc_private
)ReprExtern
Unstable (
rustc_private
)ReprPacked
Unstable (
rustc_private
)ReprSimd
Unstable (
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