Enum cbindgen::ItemType[][src]

pub enum ItemType {
    Constants,
    Globals,
    Enums,
    Structs,
    Unions,
    Typedefs,
    OpaqueItems,
    Functions,
}

Different item types that we can generate and filter.

Variants

Trait Implementations

impl Debug for ItemType
[src]

Formats the value using the given formatter. Read more

impl Clone for ItemType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ItemType
[src]

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

This method tests for !=.

impl FromStr for ItemType
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

impl<'de> Deserialize<'de> for ItemType
[src]

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

impl Send for ItemType

impl Sync for ItemType