#[repr(C)]pub struct AnimationOutputWeightProcessor_WeightInfo {
pub mixer: Playable,
pub parent_mixer: Playable,
pub port: i32,
}Expand description
Fields§
§mixer: Playable§parent_mixer: Playable§port: i32Trait Implementations§
Source§impl Clone for AnimationOutputWeightProcessor_WeightInfo
impl Clone for AnimationOutputWeightProcessor_WeightInfo
Source§fn clone(&self) -> AnimationOutputWeightProcessor_WeightInfo
fn clone(&self) -> AnimationOutputWeightProcessor_WeightInfo
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 AnimationOutputWeightProcessor_WeightInfo
impl IlType for AnimationOutputWeightProcessor_WeightInfo
impl Copy for AnimationOutputWeightProcessor_WeightInfo
Auto Trait Implementations§
impl Freeze for AnimationOutputWeightProcessor_WeightInfo
impl RefUnwindSafe for AnimationOutputWeightProcessor_WeightInfo
impl Send for AnimationOutputWeightProcessor_WeightInfo
impl Sync for AnimationOutputWeightProcessor_WeightInfo
impl Unpin for AnimationOutputWeightProcessor_WeightInfo
impl UnwindSafe for AnimationOutputWeightProcessor_WeightInfo
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)