Enum rustc_expand::mbe::macro_parser::MatcherPosHandle [−][src]
enum MatcherPosHandle<'root, 'tt> {
Ref(&'root mut MatcherPos<'root, 'tt>),
Box(Box<MatcherPos<'root, 'tt>>),
}
Variants
Ref(&'root mut MatcherPos<'root, 'tt>)
Tuple Fields of Ref
0: &'root mut MatcherPos<'root, 'tt>
Box(Box<MatcherPos<'root, 'tt>>)
Tuple Fields of Box
0: Box<MatcherPos<'root, 'tt>>
Methods from Deref<Target = MatcherPos<'root, 'tt>>
Adds m
as a named match for the idx
-th metavar.
Trait Implementations
type Target = MatcherPos<'root, 'tt>
type Target = MatcherPos<'root, 'tt>
The resulting type after dereferencing.
Mutably dereferences the value.
Auto Trait Implementations
impl<'root, 'tt> !RefUnwindSafe for MatcherPosHandle<'root, 'tt>
impl<'root, 'tt> !Send for MatcherPosHandle<'root, 'tt>
impl<'root, 'tt> !Sync for MatcherPosHandle<'root, 'tt>
impl<'root, 'tt> Unpin for MatcherPosHandle<'root, 'tt> where
'tt: 'root,
impl<'root, 'tt> !UnwindSafe for MatcherPosHandle<'root, 'tt>
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: 16 bytes
Size for each variant:
Ref
: 8 bytesBox
: 8 bytes