Enum parser_c::syntax::ast::CStructTag
[−]
pub enum CStructTag { CStructTag, CUnionTag, }
Variants
CStructTag
CUnionTag
Trait Implementations
impl Clone for CStructTag
[src]
fn clone(&self) -> CStructTag
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