#[repr(transparent)]pub struct ArkUI_ScrollDirection(pub c_uint);Available on crate feature
api-12 only.Expand description
@brief Enumerates the scroll directions for the
@since 12
Tuple Fields§
§0: c_uintImplementations§
Source§impl ArkUI_ScrollDirection
impl ArkUI_ScrollDirection
Sourcepub const ARKUI_SCROLL_DIRECTION_VERTICAL: ArkUI_ScrollDirection = _
pub const ARKUI_SCROLL_DIRECTION_VERTICAL: ArkUI_ScrollDirection = _
Only vertical scrolling is supported.
Source§impl ArkUI_ScrollDirection
impl ArkUI_ScrollDirection
Sourcepub const ARKUI_SCROLL_DIRECTION_HORIZONTAL: ArkUI_ScrollDirection = _
pub const ARKUI_SCROLL_DIRECTION_HORIZONTAL: ArkUI_ScrollDirection = _
Only horizontal scrolling is supported.
Source§impl ArkUI_ScrollDirection
impl ArkUI_ScrollDirection
Sourcepub const ARKUI_SCROLL_DIRECTION_NONE: ArkUI_ScrollDirection = _
pub const ARKUI_SCROLL_DIRECTION_NONE: ArkUI_ScrollDirection = _
Scrolling is not allowed.
Trait Implementations§
Source§impl Clone for ArkUI_ScrollDirection
impl Clone for ArkUI_ScrollDirection
Source§fn clone(&self) -> ArkUI_ScrollDirection
fn clone(&self) -> ArkUI_ScrollDirection
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_ScrollDirection
impl Hash for ArkUI_ScrollDirection
Source§impl PartialEq for ArkUI_ScrollDirection
impl PartialEq for ArkUI_ScrollDirection
impl Eq for ArkUI_ScrollDirection
impl StructuralPartialEq for ArkUI_ScrollDirection
Auto Trait Implementations§
impl Freeze for ArkUI_ScrollDirection
impl RefUnwindSafe for ArkUI_ScrollDirection
impl Send for ArkUI_ScrollDirection
impl Sync for ArkUI_ScrollDirection
impl Unpin for ArkUI_ScrollDirection
impl UnwindSafe for ArkUI_ScrollDirection
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