#[repr(transparent)]pub struct ArkUI_UIState(pub c_uint);Available on crate features
api-12 and api-20 only.Expand description
Defines the navigation point indicator style of the
Available since API-level: 20
Tuple Fields§
§0: c_uintImplementations§
Source§impl ArkUI_UIState
impl ArkUI_UIState
Sourcepub const UI_STATE_NORMAL: ArkUI_UIState
pub const UI_STATE_NORMAL: ArkUI_UIState
Normal state.
Sourcepub const UI_STATE_PRESSED: ArkUI_UIState
pub const UI_STATE_PRESSED: ArkUI_UIState
Pressed state.
Sourcepub const UI_STATE_FOCUSED: ArkUI_UIState
pub const UI_STATE_FOCUSED: ArkUI_UIState
Focused state.
Sourcepub const UI_STATE_DISABLED: ArkUI_UIState
pub const UI_STATE_DISABLED: ArkUI_UIState
Disabled state.
Sourcepub const UI_STATE_SELECTED: ArkUI_UIState
pub const UI_STATE_SELECTED: ArkUI_UIState
Selected state. This state is supported only by specific component types: Checkbox, Radio, Toggle, List, Grid, and MenuItem.
Trait Implementations§
Source§impl Clone for ArkUI_UIState
impl Clone for ArkUI_UIState
Source§fn clone(&self) -> ArkUI_UIState
fn clone(&self) -> ArkUI_UIState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§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_UIState
impl Debug for ArkUI_UIState
Source§impl Hash for ArkUI_UIState
impl Hash for ArkUI_UIState
Source§impl PartialEq for ArkUI_UIState
impl PartialEq for ArkUI_UIState
Source§fn eq(&self, other: &ArkUI_UIState) -> bool
fn eq(&self, other: &ArkUI_UIState) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ArkUI_UIState
impl Eq for ArkUI_UIState
impl StructuralPartialEq for ArkUI_UIState
Auto Trait Implementations§
impl Freeze for ArkUI_UIState
impl RefUnwindSafe for ArkUI_UIState
impl Send for ArkUI_UIState
impl Sync for ArkUI_UIState
impl Unpin for ArkUI_UIState
impl UnsafeUnpin for ArkUI_UIState
impl UnwindSafe for ArkUI_UIState
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