Enum cbindgen::IdentifierType [] [src]

pub enum IdentifierType {
    StructMember,
    EnumVariant,
    FunctionArg,
}

The type of identifier to be renamed.

Variants

Trait Implementations

impl Debug for IdentifierType
[src]

Formats the value using the given formatter.

impl Clone for IdentifierType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for IdentifierType
[src]