Struct ark_api::world::AnimationRequest
source · [−]pub struct AnimationRequest {
pub id: Entity,
pub component: ComponentType,
pub param: u32,
pub target: Value,
pub options: AnimationOptions,
pub enqueue: bool,
}
Expand description
Struct describing an animation request.
Fields
id: Entity
component: ComponentType
param: u32
target: Value
options: AnimationOptions
enqueue: bool
Trait Implementations
sourceimpl Clone for AnimationRequest
impl Clone for AnimationRequest
sourcefn clone(&self) -> AnimationRequest
fn clone(&self) -> AnimationRequest
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for AnimationRequest
Auto Trait Implementations
impl RefUnwindSafe for AnimationRequest
impl Send for AnimationRequest
impl Sync for AnimationRequest
impl Unpin for AnimationRequest
impl UnwindSafe for AnimationRequest
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more