Enum gtk_sys::GtkInputPurpose [] [src]

pub enum GtkInputPurpose {
    FreeForm,
    Alpha,
    Digits,
    Number,
    Phone,
    Url,
    Email,
    Name,
    Password,
    Pin,
}

Variants

Trait Implementations

impl Clone for GtkInputPurpose
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for GtkInputPurpose
[src]

impl Debug for GtkInputPurpose
[src]

[]

Formats the value using the given formatter.

impl Eq for GtkInputPurpose
[src]

impl PartialEq for GtkInputPurpose
[src]

[]

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

[]

This method tests for !=.