#[repr(transparent)]pub struct ArkUI_SwiperArrow(pub c_uint);Available on crate feature
api-12 only.Expand description
Enumerates arrow styles of the navigation point indicator.
Available since API-level: 12
Tuple Fields§
§0: c_uintImplementations§
Source§impl ArkUI_SwiperArrow
impl ArkUI_SwiperArrow
Sourcepub const ARKUI_SWIPER_ARROW_HIDE: ArkUI_SwiperArrow
pub const ARKUI_SWIPER_ARROW_HIDE: ArkUI_SwiperArrow
The arrow is not displayed for the navigation point indicator.
Sourcepub const ARKUI_SWIPER_ARROW_SHOW: ArkUI_SwiperArrow
pub const ARKUI_SWIPER_ARROW_SHOW: ArkUI_SwiperArrow
The arrow is displayed for the navigation point indicator.
Sourcepub const ARKUI_SWIPER_ARROW_SHOW_ON_HOVER: ArkUI_SwiperArrow
pub const ARKUI_SWIPER_ARROW_SHOW_ON_HOVER: ArkUI_SwiperArrow
The arrow is displayed only when the mouse pointer hovers over the navigation point indicator.
Trait Implementations§
Source§impl Clone for ArkUI_SwiperArrow
impl Clone for ArkUI_SwiperArrow
Source§fn clone(&self) -> ArkUI_SwiperArrow
fn clone(&self) -> ArkUI_SwiperArrow
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_SwiperArrow
impl Debug for ArkUI_SwiperArrow
Source§impl Hash for ArkUI_SwiperArrow
impl Hash for ArkUI_SwiperArrow
Source§impl PartialEq for ArkUI_SwiperArrow
impl PartialEq for ArkUI_SwiperArrow
impl Copy for ArkUI_SwiperArrow
impl Eq for ArkUI_SwiperArrow
impl StructuralPartialEq for ArkUI_SwiperArrow
Auto Trait Implementations§
impl Freeze for ArkUI_SwiperArrow
impl RefUnwindSafe for ArkUI_SwiperArrow
impl Send for ArkUI_SwiperArrow
impl Sync for ArkUI_SwiperArrow
impl Unpin for ArkUI_SwiperArrow
impl UnwindSafe for ArkUI_SwiperArrow
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)