#[repr(transparent)]pub struct DrawableDescriptor_AnimationStatus(pub c_uint);Available on crate features
api-12 and api-22 only.Expand description
Defines the animation status of the drawable descriptor.
Available since API-level: 22
Tuple Fields§
§0: c_uintImplementations§
Source§impl DrawableDescriptor_AnimationStatus
impl DrawableDescriptor_AnimationStatus
Sourcepub const DRAWABLE_DESCRIPTOR_ANIMATION_STATUS_INITIAL: DrawableDescriptor_AnimationStatus
pub const DRAWABLE_DESCRIPTOR_ANIMATION_STATUS_INITIAL: DrawableDescriptor_AnimationStatus
animation is initial.
Sourcepub const DRAWABLE_DESCRIPTOR_ANIMATION_STATUS_RUNNING: DrawableDescriptor_AnimationStatus
pub const DRAWABLE_DESCRIPTOR_ANIMATION_STATUS_RUNNING: DrawableDescriptor_AnimationStatus
animation is playing.
Sourcepub const DRAWABLE_DESCRIPTOR_ANIMATION_STATUS_PAUSED: DrawableDescriptor_AnimationStatus
pub const DRAWABLE_DESCRIPTOR_ANIMATION_STATUS_PAUSED: DrawableDescriptor_AnimationStatus
animation is paused.
Sourcepub const DRAWABLE_DESCRIPTOR_ANIMATION_STATUS_STOPPED: DrawableDescriptor_AnimationStatus
pub const DRAWABLE_DESCRIPTOR_ANIMATION_STATUS_STOPPED: DrawableDescriptor_AnimationStatus
animation is stopped.
Trait Implementations§
Source§impl Clone for DrawableDescriptor_AnimationStatus
impl Clone for DrawableDescriptor_AnimationStatus
Source§fn clone(&self) -> DrawableDescriptor_AnimationStatus
fn clone(&self) -> DrawableDescriptor_AnimationStatus
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 PartialEq for DrawableDescriptor_AnimationStatus
impl PartialEq for DrawableDescriptor_AnimationStatus
Source§fn eq(&self, other: &DrawableDescriptor_AnimationStatus) -> bool
fn eq(&self, other: &DrawableDescriptor_AnimationStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for DrawableDescriptor_AnimationStatus
impl Eq for DrawableDescriptor_AnimationStatus
impl StructuralPartialEq for DrawableDescriptor_AnimationStatus
Auto Trait Implementations§
impl Freeze for DrawableDescriptor_AnimationStatus
impl RefUnwindSafe for DrawableDescriptor_AnimationStatus
impl Send for DrawableDescriptor_AnimationStatus
impl Sync for DrawableDescriptor_AnimationStatus
impl Unpin for DrawableDescriptor_AnimationStatus
impl UnsafeUnpin for DrawableDescriptor_AnimationStatus
impl UnwindSafe for DrawableDescriptor_AnimationStatus
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