#[repr(transparent)]pub struct ArkUI_SliderBlockStyle(pub c_uint);Available on crate feature
api-12 only.Expand description
Enumerates the types of the slider in the block direction.
Available since API-level: 12
Tuple Fields§
§0: c_uintImplementations§
Source§impl ArkUI_SliderBlockStyle
impl ArkUI_SliderBlockStyle
Sourcepub const ARKUI_SLIDER_BLOCK_STYLE_DEFAULT: ArkUI_SliderBlockStyle
pub const ARKUI_SLIDER_BLOCK_STYLE_DEFAULT: ArkUI_SliderBlockStyle
Round slider.
Sourcepub const ARKUI_SLIDER_BLOCK_STYLE_IMAGE: ArkUI_SliderBlockStyle
pub const ARKUI_SLIDER_BLOCK_STYLE_IMAGE: ArkUI_SliderBlockStyle
Slider with an image background.
Sourcepub const ARKUI_SLIDER_BLOCK_STYLE_SHAPE: ArkUI_SliderBlockStyle
pub const ARKUI_SLIDER_BLOCK_STYLE_SHAPE: ArkUI_SliderBlockStyle
Slider in a custom shape.
Trait Implementations§
Source§impl Clone for ArkUI_SliderBlockStyle
impl Clone for ArkUI_SliderBlockStyle
Source§fn clone(&self) -> ArkUI_SliderBlockStyle
fn clone(&self) -> ArkUI_SliderBlockStyle
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_SliderBlockStyle
impl Debug for ArkUI_SliderBlockStyle
Source§impl Hash for ArkUI_SliderBlockStyle
impl Hash for ArkUI_SliderBlockStyle
Source§impl PartialEq for ArkUI_SliderBlockStyle
impl PartialEq for ArkUI_SliderBlockStyle
impl Copy for ArkUI_SliderBlockStyle
impl Eq for ArkUI_SliderBlockStyle
impl StructuralPartialEq for ArkUI_SliderBlockStyle
Auto Trait Implementations§
impl Freeze for ArkUI_SliderBlockStyle
impl RefUnwindSafe for ArkUI_SliderBlockStyle
impl Send for ArkUI_SliderBlockStyle
impl Sync for ArkUI_SliderBlockStyle
impl Unpin for ArkUI_SliderBlockStyle
impl UnwindSafe for ArkUI_SliderBlockStyle
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)