#[repr(transparent)]pub struct ArkUI_ScrollEdge(pub c_uint);Available on crate feature
api-12 only.Expand description
@brief Defines the edge to which the component scrolls.
@since 12
Tuple Fields§
§0: c_uintImplementations§
Source§impl ArkUI_ScrollEdge
impl ArkUI_ScrollEdge
Sourcepub const ARKUI_SCROLL_EDGE_TOP: ArkUI_ScrollEdge = _
pub const ARKUI_SCROLL_EDGE_TOP: ArkUI_ScrollEdge = _
Top edge in the vertical direction.
Source§impl ArkUI_ScrollEdge
impl ArkUI_ScrollEdge
Sourcepub const ARKUI_SCROLL_EDGE_BOTTOM: ArkUI_ScrollEdge = _
pub const ARKUI_SCROLL_EDGE_BOTTOM: ArkUI_ScrollEdge = _
Bottom edge in the vertical direction.
Source§impl ArkUI_ScrollEdge
impl ArkUI_ScrollEdge
Sourcepub const ARKUI_SCROLL_EDGE_START: ArkUI_ScrollEdge = _
pub const ARKUI_SCROLL_EDGE_START: ArkUI_ScrollEdge = _
Start position in the horizontal direction.
Source§impl ArkUI_ScrollEdge
impl ArkUI_ScrollEdge
Sourcepub const ARKUI_SCROLL_EDGE_END: ArkUI_ScrollEdge = _
pub const ARKUI_SCROLL_EDGE_END: ArkUI_ScrollEdge = _
End position in the horizontal direction.
Trait Implementations§
Source§impl Clone for ArkUI_ScrollEdge
impl Clone for ArkUI_ScrollEdge
Source§fn clone(&self) -> ArkUI_ScrollEdge
fn clone(&self) -> ArkUI_ScrollEdge
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_ScrollEdge
impl Hash for ArkUI_ScrollEdge
Source§impl PartialEq for ArkUI_ScrollEdge
impl PartialEq for ArkUI_ScrollEdge
impl Eq for ArkUI_ScrollEdge
impl StructuralPartialEq for ArkUI_ScrollEdge
Auto Trait Implementations§
impl Freeze for ArkUI_ScrollEdge
impl RefUnwindSafe for ArkUI_ScrollEdge
impl Send for ArkUI_ScrollEdge
impl Sync for ArkUI_ScrollEdge
impl Unpin for ArkUI_ScrollEdge
impl UnwindSafe for ArkUI_ScrollEdge
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