#[repr(transparent)]pub struct ArkUI_SliderStyle(pub c_uint);Available on crate feature
api-12 only.Expand description
@brief Enumerates the slider styles.
@since 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.
Source§impl ArkUI_SliderStyle
impl ArkUI_SliderStyle
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.
Source§impl ArkUI_SliderStyle
impl ArkUI_SliderStyle
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 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_SliderStyle
impl Hash for ArkUI_SliderStyle
Source§impl PartialEq for ArkUI_SliderStyle
impl PartialEq 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§
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