Struct parser_c::syntax::ast::CStringLiteral []

pub struct CStringLiteral<a>(pub CString, pub a);

Trait Implementations

impl<a: Clone> Clone for CStringLiteral<a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<a: Debug> Debug for CStringLiteral<a>
[src]

Formats the value using the given formatter.

impl CNode for CStringLiteral<NodeInfo>