#[repr(transparent)]pub struct ArkUI_TextPickerRangeType(pub c_uint);Available on crate feature
api-12 only.Expand description
Enumerates the types of the text picker.
Available since API-level: 12
Tuple Fields§
§0: c_uintImplementations§
Source§impl ArkUI_TextPickerRangeType
impl ArkUI_TextPickerRangeType
Sourcepub const ARKUI_TEXTPICKER_RANGETYPE_SINGLE: ArkUI_TextPickerRangeType
pub const ARKUI_TEXTPICKER_RANGETYPE_SINGLE: ArkUI_TextPickerRangeType
Single-column text picker.
Sourcepub const ARKUI_TEXTPICKER_RANGETYPE_MULTI: ArkUI_TextPickerRangeType
pub const ARKUI_TEXTPICKER_RANGETYPE_MULTI: ArkUI_TextPickerRangeType
Multi-column text picker.
Sourcepub const ARKUI_TEXTPICKER_RANGETYPE_RANGE_CONTENT: ArkUI_TextPickerRangeType
pub const ARKUI_TEXTPICKER_RANGETYPE_RANGE_CONTENT: ArkUI_TextPickerRangeType
Single-column text picker with image resources.
Sourcepub const ARKUI_TEXTPICKER_RANGETYPE_CASCADE_RANGE_CONTENT: ArkUI_TextPickerRangeType
pub const ARKUI_TEXTPICKER_RANGETYPE_CASCADE_RANGE_CONTENT: ArkUI_TextPickerRangeType
Interconnected multi-column text picker.
Trait Implementations§
Source§impl Clone for ArkUI_TextPickerRangeType
impl Clone for ArkUI_TextPickerRangeType
Source§fn clone(&self) -> ArkUI_TextPickerRangeType
fn clone(&self) -> ArkUI_TextPickerRangeType
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_TextPickerRangeType
impl Debug for ArkUI_TextPickerRangeType
Source§impl Hash for ArkUI_TextPickerRangeType
impl Hash for ArkUI_TextPickerRangeType
impl Copy for ArkUI_TextPickerRangeType
impl Eq for ArkUI_TextPickerRangeType
impl StructuralPartialEq for ArkUI_TextPickerRangeType
Auto Trait Implementations§
impl Freeze for ArkUI_TextPickerRangeType
impl RefUnwindSafe for ArkUI_TextPickerRangeType
impl Send for ArkUI_TextPickerRangeType
impl Sync for ArkUI_TextPickerRangeType
impl Unpin for ArkUI_TextPickerRangeType
impl UnwindSafe for ArkUI_TextPickerRangeType
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)