Enum rustc_expand::expand::InvocationKind [−][src]
pub enum InvocationKind {
Bang {
mac: MacCall,
span: Span,
},
Attr {
attr: Attribute,
pos: usize,
item: Annotatable,
derives: Vec<Path>,
},
Derive {
path: Path,
item: Annotatable,
},
}
Variants
Fields of Attr
Fields of Derive
path: Path
item: Annotatable
Implementations
Auto Trait Implementations
impl !RefUnwindSafe for InvocationKind
impl !Send for InvocationKind
impl !Sync for InvocationKind
impl Unpin for InvocationKind
impl !UnwindSafe for InvocationKind
Blanket Implementations
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: 288 bytes
Size for each variant:
Bang
: 76 bytesAttr
: 284 bytesDerive
: 172 bytes