#[repr(transparent)]pub struct ArkUI_KeyIntension(pub c_int);Available on crate feature
api-14 only.Expand description
Defines an enum for key intentions.
Available since API-level: 14
Tuple Fields§
§0: c_intImplementations§
Source§impl ArkUI_KeyIntension
impl ArkUI_KeyIntension
Sourcepub const ARKUI_KEY_INTENSION_UNKNOWN: ArkUI_KeyIntension
pub const ARKUI_KEY_INTENSION_UNKNOWN: ArkUI_KeyIntension
Unknown intention
Source§impl ArkUI_KeyIntension
impl ArkUI_KeyIntension
Sourcepub const ARKUI_KEY_INTENSION_UP: ArkUI_KeyIntension
pub const ARKUI_KEY_INTENSION_UP: ArkUI_KeyIntension
Upward
Source§impl ArkUI_KeyIntension
impl ArkUI_KeyIntension
Sourcepub const ARKUI_KEY_INTENSION_DOWN: ArkUI_KeyIntension
pub const ARKUI_KEY_INTENSION_DOWN: ArkUI_KeyIntension
Downward
Source§impl ArkUI_KeyIntension
impl ArkUI_KeyIntension
Sourcepub const ARKUI_KEY_INTENSION_LEFT: ArkUI_KeyIntension
pub const ARKUI_KEY_INTENSION_LEFT: ArkUI_KeyIntension
Leftward
Source§impl ArkUI_KeyIntension
impl ArkUI_KeyIntension
Sourcepub const ARKUI_KEY_INTENSION_RIGHT: ArkUI_KeyIntension
pub const ARKUI_KEY_INTENSION_RIGHT: ArkUI_KeyIntension
Rightward
Source§impl ArkUI_KeyIntension
impl ArkUI_KeyIntension
Sourcepub const ARKUI_KEY_INTENSION_SELECT: ArkUI_KeyIntension
pub const ARKUI_KEY_INTENSION_SELECT: ArkUI_KeyIntension
Select
Source§impl ArkUI_KeyIntension
impl ArkUI_KeyIntension
Sourcepub const ARKUI_KEY_INTENSION_ESCAPE: ArkUI_KeyIntension
pub const ARKUI_KEY_INTENSION_ESCAPE: ArkUI_KeyIntension
Escape
Source§impl ArkUI_KeyIntension
impl ArkUI_KeyIntension
Sourcepub const ARKUI_KEY_INTENSION_BACK: ArkUI_KeyIntension
pub const ARKUI_KEY_INTENSION_BACK: ArkUI_KeyIntension
Back
Source§impl ArkUI_KeyIntension
impl ArkUI_KeyIntension
Sourcepub const ARKUI_KEY_INTENSION_FORWARD: ArkUI_KeyIntension
pub const ARKUI_KEY_INTENSION_FORWARD: ArkUI_KeyIntension
Forward
Source§impl ArkUI_KeyIntension
impl ArkUI_KeyIntension
Sourcepub const ARKUI_KEY_INTENSION_MENU: ArkUI_KeyIntension
pub const ARKUI_KEY_INTENSION_MENU: ArkUI_KeyIntension
Menu
Source§impl ArkUI_KeyIntension
impl ArkUI_KeyIntension
Sourcepub const ARKUI_KEY_INTENSION_HOME: ArkUI_KeyIntension
pub const ARKUI_KEY_INTENSION_HOME: ArkUI_KeyIntension
Home
Source§impl ArkUI_KeyIntension
impl ArkUI_KeyIntension
Sourcepub const ARKUI_KEY_INTENSION_PAGE_UP: ArkUI_KeyIntension
pub const ARKUI_KEY_INTENSION_PAGE_UP: ArkUI_KeyIntension
Page up
Source§impl ArkUI_KeyIntension
impl ArkUI_KeyIntension
Sourcepub const ARKUI_KEY_INTENSION_PAGE_DOWN: ArkUI_KeyIntension
pub const ARKUI_KEY_INTENSION_PAGE_DOWN: ArkUI_KeyIntension
Page down
Source§impl ArkUI_KeyIntension
impl ArkUI_KeyIntension
Sourcepub const ARKUI_KEY_INTENSION_ZOOM_OUT: ArkUI_KeyIntension
pub const ARKUI_KEY_INTENSION_ZOOM_OUT: ArkUI_KeyIntension
Zoom out
Source§impl ArkUI_KeyIntension
impl ArkUI_KeyIntension
Sourcepub const ARKUI_KEY_INTENSION_ZOOM_IN: ArkUI_KeyIntension
pub const ARKUI_KEY_INTENSION_ZOOM_IN: ArkUI_KeyIntension
Zoom in
Source§impl ArkUI_KeyIntension
impl ArkUI_KeyIntension
Sourcepub const ARKUI_KEY_INTENTION_MEDIA_PLAY_PAUSE: ArkUI_KeyIntension
pub const ARKUI_KEY_INTENTION_MEDIA_PLAY_PAUSE: ArkUI_KeyIntension
Play or pause
Source§impl ArkUI_KeyIntension
impl ArkUI_KeyIntension
Sourcepub const ARKUI_KEY_INTENTION_MEDIA_FAST_FORWARD: ArkUI_KeyIntension
pub const ARKUI_KEY_INTENTION_MEDIA_FAST_FORWARD: ArkUI_KeyIntension
Fast-forward
Source§impl ArkUI_KeyIntension
impl ArkUI_KeyIntension
Sourcepub const ARKUI_KEY_INTENTION_MEDIA_FAST_PLAYBACK: ArkUI_KeyIntension
pub const ARKUI_KEY_INTENTION_MEDIA_FAST_PLAYBACK: ArkUI_KeyIntension
Fast playback
Source§impl ArkUI_KeyIntension
impl ArkUI_KeyIntension
Sourcepub const ARKUI_KEY_INTENTION_MEDIA_NEXT: ArkUI_KeyIntension
pub const ARKUI_KEY_INTENTION_MEDIA_NEXT: ArkUI_KeyIntension
Play next
Source§impl ArkUI_KeyIntension
impl ArkUI_KeyIntension
Sourcepub const ARKUI_KEY_INTENTION_MEDIA_PREVIOUS: ArkUI_KeyIntension
pub const ARKUI_KEY_INTENTION_MEDIA_PREVIOUS: ArkUI_KeyIntension
Play previous
Source§impl ArkUI_KeyIntension
impl ArkUI_KeyIntension
Sourcepub const ARKUI_KEY_INTENTION_MEDIA_MUTE: ArkUI_KeyIntension
pub const ARKUI_KEY_INTENTION_MEDIA_MUTE: ArkUI_KeyIntension
Mute
Source§impl ArkUI_KeyIntension
impl ArkUI_KeyIntension
Sourcepub const ARKUI_KEY_INTENTION_VOLUME_UP: ArkUI_KeyIntension
pub const ARKUI_KEY_INTENTION_VOLUME_UP: ArkUI_KeyIntension
Volume up
Source§impl ArkUI_KeyIntension
impl ArkUI_KeyIntension
Sourcepub const ARKUI_KEY_INTENTION_VOLUME_DOWN: ArkUI_KeyIntension
pub const ARKUI_KEY_INTENTION_VOLUME_DOWN: ArkUI_KeyIntension
Volume down
Source§impl ArkUI_KeyIntension
impl ArkUI_KeyIntension
Sourcepub const ARKUI_KEY_INTENTION_CALL: ArkUI_KeyIntension
pub const ARKUI_KEY_INTENTION_CALL: ArkUI_KeyIntension
Answer a call
Source§impl ArkUI_KeyIntension
impl ArkUI_KeyIntension
Sourcepub const ARKUI_KEY_INTENTION_CAMERA: ArkUI_KeyIntension
pub const ARKUI_KEY_INTENTION_CAMERA: ArkUI_KeyIntension
Camera
Trait Implementations§
Source§impl Clone for ArkUI_KeyIntension
impl Clone for ArkUI_KeyIntension
Source§fn clone(&self) -> ArkUI_KeyIntension
fn clone(&self) -> ArkUI_KeyIntension
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_KeyIntension
impl Hash for ArkUI_KeyIntension
Source§impl PartialEq for ArkUI_KeyIntension
impl PartialEq for ArkUI_KeyIntension
impl Eq for ArkUI_KeyIntension
impl StructuralPartialEq for ArkUI_KeyIntension
Auto Trait Implementations§
impl Freeze for ArkUI_KeyIntension
impl RefUnwindSafe for ArkUI_KeyIntension
impl Send for ArkUI_KeyIntension
impl Sync for ArkUI_KeyIntension
impl Unpin for ArkUI_KeyIntension
impl UnwindSafe for ArkUI_KeyIntension
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