#[repr(C)]pub struct AnimatorTransitionInfo {
pub m_full_path: i32,
pub m_user_name: i32,
pub m_name: i32,
pub m_has_fixed_duration: bool,
pub m_duration: f32,
pub m_normalized_time: f32,
pub m_any_state: bool,
pub m_transition_type: i32,
}Expand description
Fields§
§m_full_path: i32§m_user_name: i32§m_name: i32§m_has_fixed_duration: bool§m_duration: f32§m_normalized_time: f32§m_any_state: bool§m_transition_type: i32Trait Implementations§
Source§impl Clone for AnimatorTransitionInfo
impl Clone for AnimatorTransitionInfo
Source§fn clone(&self) -> AnimatorTransitionInfo
fn clone(&self) -> AnimatorTransitionInfo
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 moreimpl Copy for AnimatorTransitionInfo
Auto Trait Implementations§
impl Freeze for AnimatorTransitionInfo
impl RefUnwindSafe for AnimatorTransitionInfo
impl Send for AnimatorTransitionInfo
impl Sync for AnimatorTransitionInfo
impl Unpin for AnimatorTransitionInfo
impl UnwindSafe for AnimatorTransitionInfo
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§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)