Struct parser_c::syntax::ast::CStringLiteral
[−]
pub struct CStringLiteral<a>(pub CString, pub a);
Trait Implementations
impl<a: Clone> Clone for CStringLiteral<a>
[src]
fn clone(&self) -> CStringLiteral<a>
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