pub struct MoodSwapPreview {
pub target_mood: String,
pub blend: f32,
pub current: AvecState,
pub target: AvecState,
pub blended: AvecState,
}Fields§
§target_mood: String§blend: f32§current: AvecState§target: AvecState§blended: AvecStateTrait Implementations§
Source§impl Clone for MoodSwapPreview
impl Clone for MoodSwapPreview
Source§fn clone(&self) -> MoodSwapPreview
fn clone(&self) -> MoodSwapPreview
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 MoodSwapPreview
impl RefUnwindSafe for MoodSwapPreview
impl Send for MoodSwapPreview
impl Sync for MoodSwapPreview
impl Unpin for MoodSwapPreview
impl UnsafeUnpin for MoodSwapPreview
impl UnwindSafe for MoodSwapPreview
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