#[repr(C)]pub struct ARKUI_TextPickerCascadeRangeContent {
pub text: *const c_char,
pub children: *const ARKUI_TextPickerRangeContent,
pub size: i32,
}Available on crate feature
api-12 only.Expand description
Defines the input structure of the interconnected multi-column text picker.
Available since API-level: 12
Fields§
§text: *const c_charText information.
children: *const ARKUI_TextPickerRangeContentInterconnected data.
size: i32Size of the interconnected data array.
Auto Trait Implementations§
impl Freeze for ARKUI_TextPickerCascadeRangeContent
impl RefUnwindSafe for ARKUI_TextPickerCascadeRangeContent
impl !Send for ARKUI_TextPickerCascadeRangeContent
impl !Sync for ARKUI_TextPickerCascadeRangeContent
impl Unpin for ARKUI_TextPickerCascadeRangeContent
impl UnwindSafe for ARKUI_TextPickerCascadeRangeContent
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