#[repr(C)]pub struct ArkUI_AccessibleRangeInfo {
pub min: f64,
pub max: f64,
pub current: f64,
}Available on crate feature
api-13 only.Expand description
Define a struct for the accessible range information.
Available since API-level: 13
Fields§
§min: f64Minimum value.
max: f64Maximum value.
current: f64Current value.
Trait Implementations§
Source§impl Clone for ArkUI_AccessibleRangeInfo
impl Clone for ArkUI_AccessibleRangeInfo
Source§fn clone(&self) -> ArkUI_AccessibleRangeInfo
fn clone(&self) -> ArkUI_AccessibleRangeInfo
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_AccessibleRangeInfo
impl Debug for ArkUI_AccessibleRangeInfo
impl Copy for ArkUI_AccessibleRangeInfo
Auto Trait Implementations§
impl Freeze for ArkUI_AccessibleRangeInfo
impl RefUnwindSafe for ArkUI_AccessibleRangeInfo
impl Send for ArkUI_AccessibleRangeInfo
impl Sync for ArkUI_AccessibleRangeInfo
impl Unpin for ArkUI_AccessibleRangeInfo
impl UnwindSafe for ArkUI_AccessibleRangeInfo
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)