Struct ress::ScannerState[][src]

pub struct ScannerState {
    pub cursor: usize,
    pub spans_len: usize,
    pub last_paren: usize,
    pub template: usize,
    pub replacement: usize,
}

Fields

Trait Implementations

impl Clone for ScannerState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ScannerState
[src]

Auto Trait Implementations