Enum parser_c::syntax::ast::CStructTag []

pub enum CStructTag {
    CStructTag,
    CUnionTag,
}

Variants

Trait Implementations

impl Clone for CStructTag
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CStructTag
[src]

Formats the value using the given formatter.

impl Eq for CStructTag
[src]

impl PartialEq for CStructTag
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.