PreciseCapturingArg in rustc_ast::ast - Rust (original) (raw)
Enum PreciseCapturingArg
pub enum PreciseCapturingArg {
Lifetime(Lifetime),
Arg(Path, NodeId),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl DynSend for PreciseCapturingArg
impl DynSync for PreciseCapturingArg
impl Freeze for PreciseCapturingArg
impl RefUnwindSafe for PreciseCapturingArg
impl Send for PreciseCapturingArg
impl Sync for PreciseCapturingArg
impl Unpin for PreciseCapturingArg
impl UnwindSafe for PreciseCapturingArg
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: 32 bytes
Size for each variant:
Lifetime
: 16 bytesArg
: 28 bytes