Struct rustc_parse::parser::attr_wrapper::LazyTokenStreamImpl [−][src]
struct LazyTokenStreamImpl {
start_token: (Token, Spacing),
cursor_snapshot: TokenCursor,
num_calls: usize,
break_last_token: bool,
replace_ranges: Box<[ReplaceRange]>,
}
Fields
start_token: (Token, Spacing)
cursor_snapshot: TokenCursor
num_calls: usize
break_last_token: bool
replace_ranges: Box<[ReplaceRange]>
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for LazyTokenStreamImpl
impl !Send for LazyTokenStreamImpl
impl !Sync for LazyTokenStreamImpl
impl Unpin for LazyTokenStreamImpl
impl !UnwindSafe for LazyTokenStreamImpl
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: 144 bytes