#[repr(transparent)]pub struct ArkUI_EnterKeyType(pub c_uint);Available on crate feature
api-12 only.Expand description
Enumerates the types of the Enter key for a single-line text box.
Available since API-level: 12
Tuple Fields§
§0: c_uintImplementations§
Source§impl ArkUI_EnterKeyType
impl ArkUI_EnterKeyType
Sourcepub const ARKUI_ENTER_KEY_TYPE_GO: ArkUI_EnterKeyType
pub const ARKUI_ENTER_KEY_TYPE_GO: ArkUI_EnterKeyType
The Enter key is labeled “Go.”
Sourcepub const ARKUI_ENTER_KEY_TYPE_SEARCH: ArkUI_EnterKeyType
pub const ARKUI_ENTER_KEY_TYPE_SEARCH: ArkUI_EnterKeyType
The Enter key is labeled “Search.”
Sourcepub const ARKUI_ENTER_KEY_TYPE_SEND: ArkUI_EnterKeyType
pub const ARKUI_ENTER_KEY_TYPE_SEND: ArkUI_EnterKeyType
The Enter key is labeled “Send.”
Sourcepub const ARKUI_ENTER_KEY_TYPE_NEXT: ArkUI_EnterKeyType
pub const ARKUI_ENTER_KEY_TYPE_NEXT: ArkUI_EnterKeyType
The Enter key is labeled “Next.”
Sourcepub const ARKUI_ENTER_KEY_TYPE_DONE: ArkUI_EnterKeyType
pub const ARKUI_ENTER_KEY_TYPE_DONE: ArkUI_EnterKeyType
The Enter key is labeled “Done.”
Sourcepub const ARKUI_ENTER_KEY_TYPE_PREVIOUS: ArkUI_EnterKeyType
pub const ARKUI_ENTER_KEY_TYPE_PREVIOUS: ArkUI_EnterKeyType
The Enter key is labeled “Previous.”
Sourcepub const ARKUI_ENTER_KEY_TYPE_NEW_LINE: ArkUI_EnterKeyType
pub const ARKUI_ENTER_KEY_TYPE_NEW_LINE: ArkUI_EnterKeyType
The Enter key is labeled “New Line.”
Trait Implementations§
Source§impl Clone for ArkUI_EnterKeyType
impl Clone for ArkUI_EnterKeyType
Source§fn clone(&self) -> ArkUI_EnterKeyType
fn clone(&self) -> ArkUI_EnterKeyType
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ArkUI_EnterKeyType
impl Debug for ArkUI_EnterKeyType
Source§impl Hash for ArkUI_EnterKeyType
impl Hash for ArkUI_EnterKeyType
Source§impl PartialEq for ArkUI_EnterKeyType
impl PartialEq for ArkUI_EnterKeyType
impl Copy for ArkUI_EnterKeyType
impl Eq for ArkUI_EnterKeyType
impl StructuralPartialEq for ArkUI_EnterKeyType
Auto Trait Implementations§
impl Freeze for ArkUI_EnterKeyType
impl RefUnwindSafe for ArkUI_EnterKeyType
impl Send for ArkUI_EnterKeyType
impl Sync for ArkUI_EnterKeyType
impl Unpin for ArkUI_EnterKeyType
impl UnwindSafe for ArkUI_EnterKeyType
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
Mutably borrows from an owned value. Read more
§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)
🔬This is a nightly-only experimental API. (
clone_to_uninit)