#[repr(transparent)]pub struct ArkUI_Axis(pub c_uint);Available on crate feature
api-12 only.Expand description
Enumerates the scroll directions for the component.
Available since API-level: 12
Tuple Fields§
§0: c_uintImplementations§
Source§impl ArkUI_Axis
impl ArkUI_Axis
Sourcepub const ARKUI_AXIS_VERTICAL: ArkUI_Axis
pub const ARKUI_AXIS_VERTICAL: ArkUI_Axis
Only vertical scrolling is supported.
Sourcepub const ARKUI_AXIS_HORIZONTAL: ArkUI_Axis
pub const ARKUI_AXIS_HORIZONTAL: ArkUI_Axis
Only horizontal scrolling is supported.
Trait Implementations§
Source§impl Clone for ArkUI_Axis
impl Clone for ArkUI_Axis
Source§fn clone(&self) -> ArkUI_Axis
fn clone(&self) -> ArkUI_Axis
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_Axis
impl Debug for ArkUI_Axis
Source§impl Hash for ArkUI_Axis
impl Hash for ArkUI_Axis
Source§impl PartialEq for ArkUI_Axis
impl PartialEq for ArkUI_Axis
impl Copy for ArkUI_Axis
impl Eq for ArkUI_Axis
impl StructuralPartialEq for ArkUI_Axis
Auto Trait Implementations§
impl Freeze for ArkUI_Axis
impl RefUnwindSafe for ArkUI_Axis
impl Send for ArkUI_Axis
impl Sync for ArkUI_Axis
impl Unpin for ArkUI_Axis
impl UnwindSafe for ArkUI_Axis
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)