#[repr(transparent)]pub struct ArkUI_TextPickerRangeType(pub c_uint);Available on crate feature
api-12 only.Expand description
@brief Enumerates the types of the text picker.
@since 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.
Source§impl ArkUI_TextPickerRangeType
impl ArkUI_TextPickerRangeType
Sourcepub const ARKUI_TEXTPICKER_RANGETYPE_MULTI: ArkUI_TextPickerRangeType = _
pub const ARKUI_TEXTPICKER_RANGETYPE_MULTI: ArkUI_TextPickerRangeType = _
Multi-column text picker.
Source§impl ArkUI_TextPickerRangeType
impl ArkUI_TextPickerRangeType
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.
Source§impl ArkUI_TextPickerRangeType
impl ArkUI_TextPickerRangeType
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 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_TextPickerRangeType
impl Hash 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§
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