#[repr(C)]pub struct SimpleAnimationPlayable_QueuedState {
pub state: SimpleAnimationPlayable_StateHandle,
pub fade_time: f32,
}Expand description
Fields§
§state: SimpleAnimationPlayable_StateHandle§fade_time: f32Implementations§
Source§impl SimpleAnimationPlayable_QueuedState
impl SimpleAnimationPlayable_QueuedState
Sourcepub fn ctor(
&mut self,
s: impl Into<SimpleAnimationPlayable_StateHandle>,
t: impl Into<f32>,
)
pub fn ctor( &mut self, s: impl Into<SimpleAnimationPlayable_StateHandle>, t: impl Into<f32>, )
.ctor(crate::root::simpleanimationplayable::SimpleAnimationPlayable_StateHandle, f32) overload
Source§impl SimpleAnimationPlayable_QueuedState
impl SimpleAnimationPlayable_QueuedState
pub fn ctor_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl Clone for SimpleAnimationPlayable_QueuedState
impl Clone for SimpleAnimationPlayable_QueuedState
Source§fn clone(&self) -> SimpleAnimationPlayable_QueuedState
fn clone(&self) -> SimpleAnimationPlayable_QueuedState
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 moreSource§impl IlType for SimpleAnimationPlayable_QueuedState
impl IlType for SimpleAnimationPlayable_QueuedState
impl Copy for SimpleAnimationPlayable_QueuedState
Auto Trait Implementations§
impl Freeze for SimpleAnimationPlayable_QueuedState
impl RefUnwindSafe for SimpleAnimationPlayable_QueuedState
impl !Send for SimpleAnimationPlayable_QueuedState
impl !Sync for SimpleAnimationPlayable_QueuedState
impl Unpin for SimpleAnimationPlayable_QueuedState
impl UnwindSafe for SimpleAnimationPlayable_QueuedState
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)