Enum gtk::InputPurpose
[−]
[src]
pub enum InputPurpose {
FreeForm,
Alpha,
Digits,
Number,
Phone,
Url,
Email,
Name,
Password,
Pin,
// some variants omitted
}Variants
FreeFormAlphaDigitsNumberPhoneUrlEmailNamePasswordPinTrait Implementations
impl Clone for InputPurpose[src]
fn clone(&self) -> InputPurpose
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
impl Copy for InputPurpose[src]
impl Debug for InputPurpose[src]
impl Eq for InputPurpose[src]
impl PartialEq for InputPurpose[src]
fn eq(&self, __arg_0: &InputPurpose) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &InputPurpose) -> bool
This method tests for !=.