pub struct ActionTransitionParams {
    pub name: String,
}Expand description
struct for passing parameters to the method action_transition
Fields§
§name: StringName of your character.
Implementations§
Trait Implementations§
Source§impl Clone for ActionTransitionParams
 
impl Clone for ActionTransitionParams
Source§fn clone(&self) -> ActionTransitionParams
 
fn clone(&self) -> ActionTransitionParams
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for ActionTransitionParams
impl RefUnwindSafe for ActionTransitionParams
impl Send for ActionTransitionParams
impl Sync for ActionTransitionParams
impl Unpin for ActionTransitionParams
impl UnwindSafe for ActionTransitionParams
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