Struct rustc_builtin_macros::deriving::generic::Substructure [−][src]
pub struct Substructure<'a> {
pub type_ident: Ident,
pub method_ident: Ident,
pub self_args: &'a [P<Expr>],
pub nonself_args: &'a [P<Expr>],
pub fields: &'a SubstructureFields<'a>,
}
Expand description
All the data about the data structure/method being derived upon.
Fields
type_ident: Ident
ident of self
method_ident: Ident
ident of the method
self_args: &'a [P<Expr>]
dereferenced access to any Self_
or [Ptr(Self_, _)][ptr]
arguments
nonself_args: &'a [P<Expr>]
verbatim access to any other arguments
fields: &'a SubstructureFields<'a>
Auto Trait Implementations
impl<'a> !RefUnwindSafe for Substructure<'a>
impl<'a> !Send for Substructure<'a>
impl<'a> !Sync for Substructure<'a>
impl<'a> Unpin for Substructure<'a>
impl<'a> !UnwindSafe for Substructure<'a>
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: 64 bytes