Enum gtk::SensitivityType [] [src]

pub enum SensitivityType {
    Auto,
    On,
    Off,
    // some variants omitted
}

Variants

Trait Implementations

impl Clone for SensitivityType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SensitivityType
[src]

impl Debug for SensitivityType
[src]

Formats the value using the given formatter.

impl Eq for SensitivityType
[src]

impl PartialEq for SensitivityType
[src]

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

This method tests for !=.

impl Hash for SensitivityType
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.