#[repr(transparent)]pub struct ArkUI_SliderDirection(pub c_uint);Available on crate feature
api-12 only.Expand description
Enumerates the scroll directions of the slider.
Available since API-level: 12
Tuple Fields§
§0: c_uintImplementations§
Source§impl ArkUI_SliderDirection
impl ArkUI_SliderDirection
Sourcepub const ARKUI_SLIDER_DIRECTION_VERTICAL: ArkUI_SliderDirection
pub const ARKUI_SLIDER_DIRECTION_VERTICAL: ArkUI_SliderDirection
Vertical direction.
Source§impl ArkUI_SliderDirection
impl ArkUI_SliderDirection
Sourcepub const ARKUI_SLIDER_DIRECTION_HORIZONTAL: ArkUI_SliderDirection
pub const ARKUI_SLIDER_DIRECTION_HORIZONTAL: ArkUI_SliderDirection
Horizontal direction.
Trait Implementations§
Source§impl Clone for ArkUI_SliderDirection
impl Clone for ArkUI_SliderDirection
Source§fn clone(&self) -> ArkUI_SliderDirection
fn clone(&self) -> ArkUI_SliderDirection
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_SliderDirection
impl Hash for ArkUI_SliderDirection
Source§impl PartialEq for ArkUI_SliderDirection
impl PartialEq for ArkUI_SliderDirection
impl Copy for ArkUI_SliderDirection
impl Eq for ArkUI_SliderDirection
impl StructuralPartialEq for ArkUI_SliderDirection
Auto Trait Implementations§
impl Freeze for ArkUI_SliderDirection
impl RefUnwindSafe for ArkUI_SliderDirection
impl Send for ArkUI_SliderDirection
impl Sync for ArkUI_SliderDirection
impl Unpin for ArkUI_SliderDirection
impl UnwindSafe for ArkUI_SliderDirection
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