Enum parser_c::syntax::ast::CConstant
[−]
pub enum CConstant<a> { CIntConst(CInteger, a), CCharConst(CChar, a), CFloatConst(CFloat, a), CStrConst(CString, a), }
Variants
CIntConst(CInteger, a)
CCharConst(CChar, a)
CFloatConst(CFloat, a)
CStrConst(CString, a)
Trait Implementations
impl<a: Clone> Clone for CConstant<a>
[src]
fn clone(&self) -> CConstant<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