Struct windows_sys::UI::Text::Core::CoreTextInputScope
[−]#[repr(transparent)]pub struct CoreTextInputScope(pub i32);
Expand description
Required features: "UI_Text_Core"
Tuple Fields
0: i32
Implementations
impl CoreTextInputScope
impl CoreTextInputScope
pub const Default: Self = Self(0i32)
pub const Url: Self = Self(1i32)
pub const FilePath: Self = Self(2i32)
pub const FileName: Self = Self(3i32)
pub const EmailUserName: Self = Self(4i32)
pub const EmailAddress: Self = Self(5i32)
pub const UserName: Self = Self(6i32)
pub const PersonalFullName: Self = Self(7i32)
pub const PersonalNamePrefix: Self = Self(8i32)
pub const PersonalGivenName: Self = Self(9i32)
pub const PersonalMiddleName: Self = Self(10i32)
pub const PersonalSurname: Self = Self(11i32)
pub const PersonalNameSuffix: Self = Self(12i32)
pub const Address: Self = Self(13i32)
pub const AddressPostalCode: Self = Self(14i32)
pub const AddressStreet: Self = Self(15i32)
pub const AddressStateOrProvince: Self = Self(16i32)
pub const AddressCity: Self = Self(17i32)
pub const AddressCountryName: Self = Self(18i32)
pub const AddressCountryShortName: Self = Self(19i32)
pub const CurrencyAmountAndSymbol: Self = Self(20i32)
pub const CurrencyAmount: Self = Self(21i32)
pub const Date: Self = Self(22i32)
pub const DateMonth: Self = Self(23i32)
pub const DateDay: Self = Self(24i32)
pub const DateYear: Self = Self(25i32)
pub const DateMonthName: Self = Self(26i32)
pub const DateDayName: Self = Self(27i32)
pub const Number: Self = Self(29i32)
pub const SingleCharacter: Self = Self(30i32)
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 Time: Self = Self(36i32)
pub const TimeHour: Self = Self(37i32)
pub const TimeMinuteOrSecond: Self = Self(38i32)
pub const NumberFullWidth: Self = Self(39i32)
pub const AlphanumericHalfWidth: Self = Self(40i32)
pub const AlphanumericFullWidth: Self = Self(41i32)
pub const CurrencyChinese: Self = Self(42i32)
pub const Bopomofo: Self = Self(43i32)
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 EmailUserNameOrAddress: Self = Self(60i32)
pub const Private: Self = Self(61i32)
pub const Maps: Self = Self(62i32)
pub const PasswordNumeric: Self = Self(63i32)
pub const FormulaNumber: Self = Self(67i32)
pub const ChatWithoutEmoji: Self = Self(68i32)
pub const Digits: Self = Self(28i32)
pub const PinNumeric: Self = Self(64i32)
pub const PinAlphanumeric: Self = Self(65i32)
Trait Implementations
impl Clone for CoreTextInputScope
impl Clone for CoreTextInputScope
impl Copy for CoreTextInputScope
Auto Trait Implementations
impl RefUnwindSafe for CoreTextInputScope
impl Send for CoreTextInputScope
impl Sync for CoreTextInputScope
impl Unpin for CoreTextInputScope
impl UnwindSafe for CoreTextInputScope
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