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: boolTrait Implementations§
source§impl Clone for AnimationRequest
impl Clone for AnimationRequest
source§fn clone(&self) -> AnimationRequest
fn clone(&self) -> AnimationRequest
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 moreimpl 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§
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