Struct windows_sys::UI::Xaml::Input::InputScopeNameValue
[−]#[repr(transparent)]pub struct InputScopeNameValue(pub i32);
Expand description
Required features: "UI_Xaml_Input"
Tuple Fields
0: i32
Implementations
impl InputScopeNameValue
impl InputScopeNameValue
pub const Default: Self = Self(0i32)
pub const Url: Self = Self(1i32)
pub const EmailSmtpAddress: Self = Self(5i32)
pub const PersonalFullName: Self = Self(7i32)
pub const CurrencyAmountAndSymbol: Self = Self(20i32)
pub const CurrencyAmount: Self = Self(21i32)
pub const DateMonthNumber: Self = Self(23i32)
pub const DateDayNumber: Self = Self(24i32)
pub const DateYear: Self = Self(25i32)
pub const Digits: Self = Self(28i32)
pub const Number: Self = Self(29i32)
pub const Password: Self = Self(31i32)
pub const TelephoneNumber: Self = Self(32i32)
pub const TelephoneCountryCode: Self = Self(33i32)
pub const TelephoneAreaCode: Self = Self(34i32)
pub const TelephoneLocalNumber: Self = Self(35i32)
pub const TimeHour: Self = Self(37i32)
pub const TimeMinutesOrSeconds: Self = Self(38i32)
pub const NumberFullWidth: Self = Self(39i32)
pub const AlphanumericHalfWidth: Self = Self(40i32)
pub const AlphanumericFullWidth: Self = Self(41i32)
pub const Hiragana: Self = Self(44i32)
pub const KatakanaHalfWidth: Self = Self(45i32)
pub const KatakanaFullWidth: Self = Self(46i32)
pub const Hanja: Self = Self(47i32)
pub const HangulHalfWidth: Self = Self(48i32)
pub const HangulFullWidth: Self = Self(49i32)
pub const Search: Self = Self(50i32)
pub const Formula: Self = Self(51i32)
pub const SearchIncremental: Self = Self(52i32)
pub const ChineseHalfWidth: Self = Self(53i32)
pub const ChineseFullWidth: Self = Self(54i32)
pub const NativeScript: Self = Self(55i32)
pub const Text: Self = Self(57i32)
pub const Chat: Self = Self(58i32)
pub const NameOrPhoneNumber: Self = Self(59i32)
pub const EmailNameOrAddress: Self = Self(60i32)
pub const Private: Self = Self(61i32)
pub const Maps: Self = Self(62i32)
pub const NumericPassword: Self = Self(63i32)
pub const NumericPin: Self = Self(64i32)
pub const AlphanumericPin: Self = Self(65i32)
pub const FormulaNumber: Self = Self(67i32)
pub const ChatWithoutEmoji: Self = Self(68i32)
Trait Implementations
impl Clone for InputScopeNameValue
impl Clone for InputScopeNameValue
impl Copy for InputScopeNameValue
Auto Trait Implementations
impl RefUnwindSafe for InputScopeNameValue
impl Send for InputScopeNameValue
impl Sync for InputScopeNameValue
impl Unpin for InputScopeNameValue
impl UnwindSafe for InputScopeNameValue
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more