Enum crustacean::Filter [] [src]

pub enum Filter {
    None,
    System,
    NonMain,
}

Indicates which kinds of declarations will be filtered out of generated bindings.

Variants

No declarations will be filtered out.

Declarations in system headers will be filtered out.

Declarations not in main headers will be filtered out.

Trait Implementations

impl Copy for Filter
[src]

impl Clone for Filter
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Filter
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Filter

impl Sync for Filter