#[repr(transparent)]pub struct ArkUI_TextInputContentType(pub c_uint);api-12 only.Expand description
@brief Enumerates the autofill types.
@since 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.
Source§impl ArkUI_TextInputContentType
impl ArkUI_TextInputContentType
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.
Source§impl ArkUI_TextInputContentType
impl ArkUI_TextInputContentType
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.
Source§impl ArkUI_TextInputContentType
impl ArkUI_TextInputContentType
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.
Source§impl ArkUI_TextInputContentType
impl ArkUI_TextInputContentType
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.
Source§impl ArkUI_TextInputContentType
impl ArkUI_TextInputContentType
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.
Source§impl ArkUI_TextInputContentType
impl ArkUI_TextInputContentType
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.
Source§impl ArkUI_TextInputContentType
impl ArkUI_TextInputContentType
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.
Source§impl ArkUI_TextInputContentType
impl ArkUI_TextInputContentType
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.
Source§impl ArkUI_TextInputContentType
impl ArkUI_TextInputContentType
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.
Source§impl ArkUI_TextInputContentType
impl ArkUI_TextInputContentType
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.
Source§impl ArkUI_TextInputContentType
impl ArkUI_TextInputContentType
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.
Source§impl ArkUI_TextInputContentType
impl ArkUI_TextInputContentType
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.
Source§impl ArkUI_TextInputContentType
impl ArkUI_TextInputContentType
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.
Source§impl ArkUI_TextInputContentType
impl ArkUI_TextInputContentType
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.
Source§impl ArkUI_TextInputContentType
impl ArkUI_TextInputContentType
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.
Source§impl ArkUI_TextInputContentType
impl ArkUI_TextInputContentType
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.
Source§impl ArkUI_TextInputContentType
impl ArkUI_TextInputContentType
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.
Source§impl ArkUI_TextInputContentType
impl ArkUI_TextInputContentType
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.
Source§impl ArkUI_TextInputContentType
impl ArkUI_TextInputContentType
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.
Source§impl ArkUI_TextInputContentType
impl ArkUI_TextInputContentType
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.
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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more