Struct rustc_parse::parser::TokenCursor [−][src]
struct TokenCursor {
frame: TokenCursorFrame,
stack: Vec<TokenCursorFrame>,
desugar_doc_comments: bool,
num_next_calls: usize,
break_last_token: bool,
}
Fields
frame: TokenCursorFrame
stack: Vec<TokenCursorFrame>
desugar_doc_comments: bool
num_next_calls: usize
break_last_token: bool
Implementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for TokenCursor
impl !Send for TokenCursor
impl !Sync for TokenCursor
impl Unpin for TokenCursor
impl !UnwindSafe for TokenCursor
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: 80 bytes