Enum cbindgen::RenameContext [] [src]

pub enum RenameContext {
    StructMember,
    EnumVariant,
    FunctionArg,
}

Variants

Trait Implementations

impl Debug for RenameContext
[src]

Formats the value using the given formatter.

impl Clone for RenameContext
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for RenameContext
[src]