Enum gtk_sys::GtkInputPurpose
[−]
[src]
#[repr(C)]pub enum GtkInputPurpose { FreeForm, Alpha, Digits, Number, Phone, Url, Email, Name, Password, Pin, }
Variants
FreeForm
Alpha
Digits
Number
Phone
Url
Email
Name
Password
Pin
Trait Implementations
impl Clone for GtkInputPurpose
[src]
fn clone(&self) -> GtkInputPurpose
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more