#[repr(C)]pub struct ARKUI_TextPickerRangeContent {
pub icon: *const c_char,
pub text: *const c_char,
}Available on crate feature
api-12 only.Expand description
Defines the input structure of the single-column text picker with image resources.
Available since API-level: 12
Fields§
§icon: *const c_charImage resource.
text: *const c_charText information.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ARKUI_TextPickerRangeContent
impl RefUnwindSafe for ARKUI_TextPickerRangeContent
impl !Send for ARKUI_TextPickerRangeContent
impl !Sync for ARKUI_TextPickerRangeContent
impl Unpin for ARKUI_TextPickerRangeContent
impl UnwindSafe for ARKUI_TextPickerRangeContent
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