#[repr(transparent)]pub struct ArkUI_CoastingAxisEventPhase(pub c_uint);Available on crate features
api-12 and api-22 only.Expand description
Enumerates the coasting axis event phases.
Available since API-level: 22
Tuple Fields§
§0: c_uintImplementations§
Source§impl ArkUI_CoastingAxisEventPhase
impl ArkUI_CoastingAxisEventPhase
Sourcepub const ARKUI_COASTING_AXIS_EVENT_PHASE_NONE: ArkUI_CoastingAxisEventPhase
pub const ARKUI_COASTING_AXIS_EVENT_PHASE_NONE: ArkUI_CoastingAxisEventPhase
Idle phase, indicating no-coasting phase.
Sourcepub const ARKUI_COASTING_AXIS_EVENT_PHASE_BEGIN: ArkUI_CoastingAxisEventPhase
pub const ARKUI_COASTING_AXIS_EVENT_PHASE_BEGIN: ArkUI_CoastingAxisEventPhase
Coasting begin, this is the first coasting event.
Sourcepub const ARKUI_COASTING_AXIS_EVENT_PHASE_UPDATE: ArkUI_CoastingAxisEventPhase
pub const ARKUI_COASTING_AXIS_EVENT_PHASE_UPDATE: ArkUI_CoastingAxisEventPhase
Coasting ongoing.
Sourcepub const ARKUI_COASTING_AXIS_EVENT_PHASE_END: ArkUI_CoastingAxisEventPhase
pub const ARKUI_COASTING_AXIS_EVENT_PHASE_END: ArkUI_CoastingAxisEventPhase
Coasting end, this is the last coasting event.
Trait Implementations§
Source§impl Clone for ArkUI_CoastingAxisEventPhase
impl Clone for ArkUI_CoastingAxisEventPhase
Source§fn clone(&self) -> ArkUI_CoastingAxisEventPhase
fn clone(&self) -> ArkUI_CoastingAxisEventPhase
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§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_CoastingAxisEventPhase
impl Debug for ArkUI_CoastingAxisEventPhase
Source§impl Hash for ArkUI_CoastingAxisEventPhase
impl Hash for ArkUI_CoastingAxisEventPhase
Source§impl PartialEq for ArkUI_CoastingAxisEventPhase
impl PartialEq for ArkUI_CoastingAxisEventPhase
Source§fn eq(&self, other: &ArkUI_CoastingAxisEventPhase) -> bool
fn eq(&self, other: &ArkUI_CoastingAxisEventPhase) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ArkUI_CoastingAxisEventPhase
impl Eq for ArkUI_CoastingAxisEventPhase
impl StructuralPartialEq for ArkUI_CoastingAxisEventPhase
Auto Trait Implementations§
impl Freeze for ArkUI_CoastingAxisEventPhase
impl RefUnwindSafe for ArkUI_CoastingAxisEventPhase
impl Send for ArkUI_CoastingAxisEventPhase
impl Sync for ArkUI_CoastingAxisEventPhase
impl Unpin for ArkUI_CoastingAxisEventPhase
impl UnsafeUnpin for ArkUI_CoastingAxisEventPhase
impl UnwindSafe for ArkUI_CoastingAxisEventPhase
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