#[repr(transparent)]pub struct ArkUI_AnimationStatus(pub c_uint);Available on crate feature
api-12 only.Expand description
Defines the playback status for the image animator.
Available since API-level: 12
Tuple Fields§
§0: c_uintImplementations§
Source§impl ArkUI_AnimationStatus
impl ArkUI_AnimationStatus
Sourcepub const ARKUI_ANIMATION_STATUS_INITIAL: ArkUI_AnimationStatus
pub const ARKUI_ANIMATION_STATUS_INITIAL: ArkUI_AnimationStatus
The animation is in the initial state.
Sourcepub const ARKUI_ANIMATION_STATUS_RUNNING: ArkUI_AnimationStatus
pub const ARKUI_ANIMATION_STATUS_RUNNING: ArkUI_AnimationStatus
The animation is being played.
Sourcepub const ARKUI_ANIMATION_STATUS_PAUSED: ArkUI_AnimationStatus
pub const ARKUI_ANIMATION_STATUS_PAUSED: ArkUI_AnimationStatus
The animation is paused.
Sourcepub const ARKUI_ANIMATION_STATUS_STOPPED: ArkUI_AnimationStatus
pub const ARKUI_ANIMATION_STATUS_STOPPED: ArkUI_AnimationStatus
The animation is stopped.
Trait Implementations§
Source§impl Clone for ArkUI_AnimationStatus
impl Clone for ArkUI_AnimationStatus
Source§fn clone(&self) -> ArkUI_AnimationStatus
fn clone(&self) -> ArkUI_AnimationStatus
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_AnimationStatus
impl Debug for ArkUI_AnimationStatus
Source§impl Hash for ArkUI_AnimationStatus
impl Hash for ArkUI_AnimationStatus
Source§impl PartialEq for ArkUI_AnimationStatus
impl PartialEq for ArkUI_AnimationStatus
impl Copy for ArkUI_AnimationStatus
impl Eq for ArkUI_AnimationStatus
impl StructuralPartialEq for ArkUI_AnimationStatus
Auto Trait Implementations§
impl Freeze for ArkUI_AnimationStatus
impl RefUnwindSafe for ArkUI_AnimationStatus
impl Send for ArkUI_AnimationStatus
impl Sync for ArkUI_AnimationStatus
impl Unpin for ArkUI_AnimationStatus
impl UnwindSafe for ArkUI_AnimationStatus
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)