Enum cbindgen::IdentifierType [] [src]

pub enum IdentifierType<'a> {
    StructMember,
    EnumVariant(&'a Enum),
    FunctionArg,
    Enum,
}

The type of identifier to be renamed.

Variants

Trait Implementations

impl<'a> Debug for IdentifierType<'a>
[src]

Formats the value using the given formatter.

impl<'a> Clone for IdentifierType<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Copy for IdentifierType<'a>
[src]