Enum syntax::attr::ReprAttr[src]
pub enum ReprAttr {
ReprAny,
ReprInt(Span, IntType),
ReprExtern,
}Variants
ReprAny | |
ReprInt | |
ReprExtern |
pub enum ReprAttr {
ReprAny,
ReprInt(Span, IntType),
ReprExtern,
}ReprAny | |
ReprInt | |
ReprExtern |
impl ReprAttrfn is_ffi_safe(&self) -> boolimpl Show for ReprAttrimpl PartialEq for ReprAttr
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).