#[repr(transparent)]pub struct ArkUI_SliderStyle(pub c_uint);Available on crate feature
api-12 only.Expand description
Enumerates the slider styles.
Available since API-level: 12
Tuple Fields§
§0: c_uintImplementations§
Source§impl ArkUI_SliderStyle
impl ArkUI_SliderStyle
Sourcepub const ARKUI_SLIDER_STYLE_OUT_SET: ArkUI_SliderStyle
pub const ARKUI_SLIDER_STYLE_OUT_SET: ArkUI_SliderStyle
The slider is on the slider track.
Sourcepub const ARKUI_SLIDER_STYLE_IN_SET: ArkUI_SliderStyle
pub const ARKUI_SLIDER_STYLE_IN_SET: ArkUI_SliderStyle
The slider is in the slider track.
Sourcepub const ARKUI_SLIDER_STYLE_NONE: ArkUI_SliderStyle
pub const ARKUI_SLIDER_STYLE_NONE: ArkUI_SliderStyle
No slider.
Trait Implementations§
Source§impl Clone for ArkUI_SliderStyle
impl Clone for ArkUI_SliderStyle
Source§fn clone(&self) -> ArkUI_SliderStyle
fn clone(&self) -> ArkUI_SliderStyle
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_SliderStyle
impl Debug for ArkUI_SliderStyle
Source§impl Hash for ArkUI_SliderStyle
impl Hash for ArkUI_SliderStyle
Source§impl PartialEq for ArkUI_SliderStyle
impl PartialEq for ArkUI_SliderStyle
impl Copy for ArkUI_SliderStyle
impl Eq for ArkUI_SliderStyle
impl StructuralPartialEq for ArkUI_SliderStyle
Auto Trait Implementations§
impl Freeze for ArkUI_SliderStyle
impl RefUnwindSafe for ArkUI_SliderStyle
impl Send for ArkUI_SliderStyle
impl Sync for ArkUI_SliderStyle
impl Unpin for ArkUI_SliderStyle
impl UnwindSafe for ArkUI_SliderStyle
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)