#[repr(transparent)]pub struct ArkUI_EnterKeyType(pub c_uint);Available on crate feature
api-12 only.Expand description
@brief Enumerates the types of the Enter key for a single-line text box.
@since 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.”
Source§impl ArkUI_EnterKeyType
impl ArkUI_EnterKeyType
Sourcepub const ARKUI_ENTER_KEY_TYPE_SEARCH: ArkUI_EnterKeyType = _
pub const ARKUI_ENTER_KEY_TYPE_SEARCH: ArkUI_EnterKeyType = _
The Enter key is labeled “Search.”
Source§impl ArkUI_EnterKeyType
impl ArkUI_EnterKeyType
Sourcepub const ARKUI_ENTER_KEY_TYPE_SEND: ArkUI_EnterKeyType = _
pub const ARKUI_ENTER_KEY_TYPE_SEND: ArkUI_EnterKeyType = _
The Enter key is labeled “Send.”
Source§impl ArkUI_EnterKeyType
impl ArkUI_EnterKeyType
Sourcepub const ARKUI_ENTER_KEY_TYPE_NEXT: ArkUI_EnterKeyType = _
pub const ARKUI_ENTER_KEY_TYPE_NEXT: ArkUI_EnterKeyType = _
The Enter key is labeled “Next.”
Source§impl ArkUI_EnterKeyType
impl ArkUI_EnterKeyType
Sourcepub const ARKUI_ENTER_KEY_TYPE_DONE: ArkUI_EnterKeyType = _
pub const ARKUI_ENTER_KEY_TYPE_DONE: ArkUI_EnterKeyType = _
The Enter key is labeled “Done.”
Source§impl ArkUI_EnterKeyType
impl ArkUI_EnterKeyType
Sourcepub const ARKUI_ENTER_KEY_TYPE_PREVIOUS: ArkUI_EnterKeyType = _
pub const ARKUI_ENTER_KEY_TYPE_PREVIOUS: ArkUI_EnterKeyType = _
The Enter key is labeled “Previous.”
Source§impl ArkUI_EnterKeyType
impl ArkUI_EnterKeyType
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 copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Hash for ArkUI_EnterKeyType
impl Hash for ArkUI_EnterKeyType
Source§impl PartialEq for ArkUI_EnterKeyType
impl PartialEq 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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more