Struct syntex_syntax::print::pprust::CurrentCommentAndLiteral
[−]
[src]
pub struct CurrentCommentAndLiteral {
pub cur_cmnt: usize,
pub cur_lit: usize,
}Fields
cur_cmnt | |
cur_lit |
Trait Implementations
Derived Implementations
impl Clone for CurrentCommentAndLiteral[src]
fn clone(&self) -> CurrentCommentAndLiteral
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more