#[repr(transparent)]pub struct ArkUI_TextInputContentType(pub c_uint);api-12 only.Expand description
Enumerates the autofill types.
Available since API-level: 12
Tuple Fields§
§0: c_uintImplementations§
Source§impl ArkUI_TextInputContentType
impl ArkUI_TextInputContentType
Sourcepub const ARKUI_TEXTINPUT_CONTENT_TYPE_USER_NAME: ArkUI_TextInputContentType
pub const ARKUI_TEXTINPUT_CONTENT_TYPE_USER_NAME: ArkUI_TextInputContentType
Username. Password Vault, when enabled, can automatically save and fill in usernames.
Sourcepub const ARKUI_TEXTINPUT_CONTENT_TYPE_PASSWORD: ArkUI_TextInputContentType
pub const ARKUI_TEXTINPUT_CONTENT_TYPE_PASSWORD: ArkUI_TextInputContentType
Password. Password Vault, when enabled, can automatically save and fill in passwords.
Sourcepub const ARKUI_TEXTINPUT_CONTENT_TYPE_NEW_PASSWORD: ArkUI_TextInputContentType
pub const ARKUI_TEXTINPUT_CONTENT_TYPE_NEW_PASSWORD: ArkUI_TextInputContentType
New password. Password Vault, when enabled, can automatically generate a new password.
Sourcepub const ARKUI_TEXTINPUT_CONTENT_TYPE_FULL_STREET_ADDRESS: ArkUI_TextInputContentType
pub const ARKUI_TEXTINPUT_CONTENT_TYPE_FULL_STREET_ADDRESS: ArkUI_TextInputContentType
Full street address. The scenario-based autofill feature, when enabled, can automatically save and fill in full street addresses.
Sourcepub const ARKUI_TEXTINPUT_CONTENT_TYPE_HOUSE_NUMBER: ArkUI_TextInputContentType
pub const ARKUI_TEXTINPUT_CONTENT_TYPE_HOUSE_NUMBER: ArkUI_TextInputContentType
House number. The scenario-based autofill feature, when enabled, can automatically save and fill in house numbers.
Sourcepub const ARKUI_TEXTINPUT_CONTENT_TYPE_DISTRICT_ADDRESS: ArkUI_TextInputContentType
pub const ARKUI_TEXTINPUT_CONTENT_TYPE_DISTRICT_ADDRESS: ArkUI_TextInputContentType
District and county. The scenario-based autofill feature, when enabled, can automatically save and fill in districts and counties.
Sourcepub const ARKUI_TEXTINPUT_CONTENT_TYPE_CITY_ADDRESS: ArkUI_TextInputContentType
pub const ARKUI_TEXTINPUT_CONTENT_TYPE_CITY_ADDRESS: ArkUI_TextInputContentType
City. The scenario-based autofill feature, when enabled, can automatically save and fill in cities.
Sourcepub const ARKUI_TEXTINPUT_CONTENT_TYPE_PROVINCE_ADDRESS: ArkUI_TextInputContentType
pub const ARKUI_TEXTINPUT_CONTENT_TYPE_PROVINCE_ADDRESS: ArkUI_TextInputContentType
Province. The scenario-based autofill feature, when enabled, can automatically save and fill in provinces.
Sourcepub const ARKUI_TEXTINPUT_CONTENT_TYPE_COUNTRY_ADDRESS: ArkUI_TextInputContentType
pub const ARKUI_TEXTINPUT_CONTENT_TYPE_COUNTRY_ADDRESS: ArkUI_TextInputContentType
Country. The scenario-based autofill feature, when enabled, can automatically save and fill in countries.
Sourcepub const ARKUI_TEXTINPUT_CONTENT_TYPE_PERSON_FULL_NAME: ArkUI_TextInputContentType
pub const ARKUI_TEXTINPUT_CONTENT_TYPE_PERSON_FULL_NAME: ArkUI_TextInputContentType
Full name. The scenario-based autofill feature, when enabled, can automatically save and fill in full names.
Sourcepub const ARKUI_TEXTINPUT_CONTENT_TYPE_PERSON_LAST_NAME: ArkUI_TextInputContentType
pub const ARKUI_TEXTINPUT_CONTENT_TYPE_PERSON_LAST_NAME: ArkUI_TextInputContentType
Last name. The scenario-based autofill feature, when enabled, can automatically save and fill in last names.
Sourcepub const ARKUI_TEXTINPUT_CONTENT_TYPE_PERSON_FIRST_NAME: ArkUI_TextInputContentType
pub const ARKUI_TEXTINPUT_CONTENT_TYPE_PERSON_FIRST_NAME: ArkUI_TextInputContentType
First name. The scenario-based autofill feature, when enabled, can automatically save and fill in first names.
Sourcepub const ARKUI_TEXTINPUT_CONTENT_TYPE_PHONE_NUMBER: ArkUI_TextInputContentType
pub const ARKUI_TEXTINPUT_CONTENT_TYPE_PHONE_NUMBER: ArkUI_TextInputContentType
Phone number. The scenario-based autofill feature, when enabled, can automatically save and fill in phone numbers.
Sourcepub const ARKUI_TEXTINPUT_CONTENT_TYPE_PHONE_COUNTRY_CODE: ArkUI_TextInputContentType
pub const ARKUI_TEXTINPUT_CONTENT_TYPE_PHONE_COUNTRY_CODE: ArkUI_TextInputContentType
Country code. The scenario-based autofill feature, when enabled, can automatically save and fill in country codes.
Sourcepub const ARKUI_TEXTINPUT_CONTENT_TYPE_FULL_PHONE_NUMBER: ArkUI_TextInputContentType
pub const ARKUI_TEXTINPUT_CONTENT_TYPE_FULL_PHONE_NUMBER: ArkUI_TextInputContentType
Phone number with country code. The scenario-based autofill feature, when enabled, can automatically save and fill in phone numbers with country codes.
Sourcepub const ARKUI_TEXTINPUT_CONTENT_EMAIL_ADDRESS: ArkUI_TextInputContentType
pub const ARKUI_TEXTINPUT_CONTENT_EMAIL_ADDRESS: ArkUI_TextInputContentType
Email address. The scenario-based autofill feature, when enabled, can automatically save and fill in email addresses.
Sourcepub const ARKUI_TEXTINPUT_CONTENT_TYPE_BANK_CARD_NUMBER: ArkUI_TextInputContentType
pub const ARKUI_TEXTINPUT_CONTENT_TYPE_BANK_CARD_NUMBER: ArkUI_TextInputContentType
Bank card number. The scenario-based autofill feature, when enabled, can automatically save and fill in bank card numbers.
Sourcepub const ARKUI_TEXTINPUT_CONTENT_TYPE_ID_CARD_NUMBER: ArkUI_TextInputContentType
pub const ARKUI_TEXTINPUT_CONTENT_TYPE_ID_CARD_NUMBER: ArkUI_TextInputContentType
ID card number. The scenario-based autofill feature, when enabled, can automatically save and fill in ID card numbers.
Sourcepub const ARKUI_TEXTINPUT_CONTENT_TYPE_NICKNAME: ArkUI_TextInputContentType
pub const ARKUI_TEXTINPUT_CONTENT_TYPE_NICKNAME: ArkUI_TextInputContentType
Nickname. The scenario-based autofill feature, when enabled, can automatically save and fill in nicknames.
Sourcepub const ARKUI_TEXTINPUT_CONTENT_TYPE_DETAIL_INFO_WITHOUT_STREET: ArkUI_TextInputContentType
pub const ARKUI_TEXTINPUT_CONTENT_TYPE_DETAIL_INFO_WITHOUT_STREET: ArkUI_TextInputContentType
Address information without street address. The scenario-based autofill feature, when enabled, can automatically save and fill in address information without street addresses.
Sourcepub const ARKUI_TEXTINPUT_CONTENT_TYPE_FORMAT_ADDRESS: ArkUI_TextInputContentType
pub const ARKUI_TEXTINPUT_CONTENT_TYPE_FORMAT_ADDRESS: ArkUI_TextInputContentType
Standard address. The scenario-based autofill feature, when enabled, can automatically save and fill in standard addresses.
Sourcepub const ARKUI_TEXTINPUT_CONTENT_TYPE_PASSPORT_NUMBER: ArkUI_TextInputContentType
Available on crate feature api-18 only.
pub const ARKUI_TEXTINPUT_CONTENT_TYPE_PASSPORT_NUMBER: ArkUI_TextInputContentType
api-18 only.Passport number. The scenario-based autofill feature, when enabled, can automatically save and fill in passport numbers.
Available since API-level: 18
Sourcepub const ARKUI_TEXTINPUT_CONTENT_TYPE_VALIDITY: ArkUI_TextInputContentType
Available on crate feature api-18 only.
pub const ARKUI_TEXTINPUT_CONTENT_TYPE_VALIDITY: ArkUI_TextInputContentType
api-18 only.Passport validity. The scenario-based autofill feature, when enabled, can automatically save and fill in passport validities.
Available since API-level: 18
Sourcepub const ARKUI_TEXTINPUT_CONTENT_TYPE_ISSUE_AT: ArkUI_TextInputContentType
Available on crate feature api-18 only.
pub const ARKUI_TEXTINPUT_CONTENT_TYPE_ISSUE_AT: ArkUI_TextInputContentType
api-18 only.Place of issue. The scenario-based autofill feature, when enabled, can automatically save and fill in place of issues.
Available since API-level: 18
Sourcepub const ARKUI_TEXTINPUT_CONTENT_TYPE_ORGANIZATION: ArkUI_TextInputContentType
Available on crate feature api-18 only.
pub const ARKUI_TEXTINPUT_CONTENT_TYPE_ORGANIZATION: ArkUI_TextInputContentType
api-18 only.Tax organization. The scenario-based autofill feature, when enabled, can automatically save and fill in tax organizations.
Available since API-level: 18
Sourcepub const ARKUI_TEXTINPUT_CONTENT_TYPE_TAX_ID: ArkUI_TextInputContentType
Available on crate feature api-18 only.
pub const ARKUI_TEXTINPUT_CONTENT_TYPE_TAX_ID: ArkUI_TextInputContentType
api-18 only.Tax id. The scenario-based autofill feature, when enabled, can automatically save and fill in standard Tax ids.
Available since API-level: 18
Sourcepub const ARKUI_TEXTINPUT_CONTENT_TYPE_ADDRESS_CITY_AND_STATE: ArkUI_TextInputContentType
Available on crate feature api-18 only.
pub const ARKUI_TEXTINPUT_CONTENT_TYPE_ADDRESS_CITY_AND_STATE: ArkUI_TextInputContentType
api-18 only.City name and state name or state code. The scenario-based autofill feature, when enabled, can automatically save and fill in city names and state names or state codes.
Available since API-level: 18
Sourcepub const ARKUI_TEXTINPUT_CONTENT_TYPE_FLIGHT_NUMBER: ArkUI_TextInputContentType
Available on crate feature api-18 only.
pub const ARKUI_TEXTINPUT_CONTENT_TYPE_FLIGHT_NUMBER: ArkUI_TextInputContentType
api-18 only.Flight number. The scenario-based autofill feature, when enabled, can automatically save and fill in flight numbers.
Available since API-level: 18
Sourcepub const ARKUI_TEXTINPUT_CONTENT_TYPE_LICENSE_NUMBER: ArkUI_TextInputContentType
Available on crate feature api-18 only.
pub const ARKUI_TEXTINPUT_CONTENT_TYPE_LICENSE_NUMBER: ArkUI_TextInputContentType
api-18 only.License number. The scenario-based autofill feature, when enabled, can automatically save and fill in license numbers.
Available since API-level: 18
Sourcepub const ARKUI_TEXTINPUT_CONTENT_TYPE_LICENSE_FILE_NUMBER: ArkUI_TextInputContentType
Available on crate feature api-18 only.
pub const ARKUI_TEXTINPUT_CONTENT_TYPE_LICENSE_FILE_NUMBER: ArkUI_TextInputContentType
api-18 only.License file number. The scenario-based autofill feature, when enabled, can automatically save and fill in license file numbers.
Available since API-level: 18
Sourcepub const ARKUI_TEXTINPUT_CONTENT_TYPE_LICENSE_PLATE: ArkUI_TextInputContentType
Available on crate feature api-18 only.
pub const ARKUI_TEXTINPUT_CONTENT_TYPE_LICENSE_PLATE: ArkUI_TextInputContentType
api-18 only.License plate number. The scenario-based autofill feature, when enabled, can automatically save and fill in license plate numbers.
Available since API-level: 18
Sourcepub const ARKUI_TEXTINPUT_CONTENT_TYPE_ENGINE_NUMBER: ArkUI_TextInputContentType
Available on crate feature api-18 only.
pub const ARKUI_TEXTINPUT_CONTENT_TYPE_ENGINE_NUMBER: ArkUI_TextInputContentType
api-18 only.Engine number. The scenario-based autofill feature, when enabled, can automatically save and fill in engine numbers.
Available since API-level: 18
Sourcepub const ARKUI_TEXTINPUT_CONTENT_TYPE_LICENSE_CHASSIS_NUMBER: ArkUI_TextInputContentType
Available on crate feature api-18 only.
pub const ARKUI_TEXTINPUT_CONTENT_TYPE_LICENSE_CHASSIS_NUMBER: ArkUI_TextInputContentType
api-18 only.License chassis number. The scenario-based autofill feature, when enabled, can automatically save and fill in license chassis numbers.
Available since API-level: 18
Trait Implementations§
Source§impl Clone for ArkUI_TextInputContentType
impl Clone for ArkUI_TextInputContentType
Source§fn clone(&self) -> ArkUI_TextInputContentType
fn clone(&self) -> ArkUI_TextInputContentType
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for ArkUI_TextInputContentType
impl Debug for ArkUI_TextInputContentType
Source§impl Hash for ArkUI_TextInputContentType
impl Hash for ArkUI_TextInputContentType
impl Copy for ArkUI_TextInputContentType
impl Eq for ArkUI_TextInputContentType
impl StructuralPartialEq for ArkUI_TextInputContentType
Auto Trait Implementations§
impl Freeze for ArkUI_TextInputContentType
impl RefUnwindSafe for ArkUI_TextInputContentType
impl Send for ArkUI_TextInputContentType
impl Sync for ArkUI_TextInputContentType
impl Unpin for ArkUI_TextInputContentType
impl UnwindSafe for ArkUI_TextInputContentType
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
clone_to_uninit)