Struct rustc_ast::ast::TraitKind [−][src]
pub struct TraitKind(pub IsAuto, pub Unsafe, pub Generics, pub GenericBounds, pub Vec<P<AssocItem>>);
Tuple Fields
0: IsAuto
1: Unsafe
2: Generics
3: GenericBounds
4: Vec<P<AssocItem>>
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for TraitKind
impl !UnwindSafe for TraitKind
Blanket Implementations
Mutably borrows from an owned value. Read more
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 136 bytes