pub struct AnimationOutput {
pub channels: HashMap<String, f32>,
}Expand description
Sampled property output from a full controller tick.
Fields§
§channels: HashMap<String, f32>Trait Implementations§
Source§impl Clone for AnimationOutput
impl Clone for AnimationOutput
Source§fn clone(&self) -> AnimationOutput
fn clone(&self) -> AnimationOutput
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 moreSource§impl Debug for AnimationOutput
impl Debug for AnimationOutput
Source§impl Default for AnimationOutput
impl Default for AnimationOutput
Source§fn default() -> AnimationOutput
fn default() -> AnimationOutput
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AnimationOutput
impl RefUnwindSafe for AnimationOutput
impl Send for AnimationOutput
impl Sync for AnimationOutput
impl Unpin for AnimationOutput
impl UnsafeUnpin for AnimationOutput
impl UnwindSafe for AnimationOutput
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