#[repr(C)]pub struct BlendKeyframe {
pub shape: Ref<BlendShape>,
pub target_weight: Real,
pub effective_weight: Real,
}Fields§
§shape: Ref<BlendShape>§target_weight: Real§effective_weight: RealAuto Trait Implementations§
impl !Send for BlendKeyframe
impl !Sync for BlendKeyframe
impl Freeze for BlendKeyframe
impl RefUnwindSafe for BlendKeyframe
impl Unpin for BlendKeyframe
impl UnsafeUnpin for BlendKeyframe
impl UnwindSafe for BlendKeyframe
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