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