pub struct TimedAutomationEvent {
pub time_seconds: f64,
pub target: String,
pub shape: AutomationShape,
}Fields§
§time_seconds: f64§target: String§shape: AutomationShapeTrait Implementations§
Source§impl Clone for TimedAutomationEvent
impl Clone for TimedAutomationEvent
Source§fn clone(&self) -> TimedAutomationEvent
fn clone(&self) -> TimedAutomationEvent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TimedAutomationEvent
impl Debug for TimedAutomationEvent
Source§impl PartialEq for TimedAutomationEvent
impl PartialEq for TimedAutomationEvent
Source§fn eq(&self, other: &TimedAutomationEvent) -> bool
fn eq(&self, other: &TimedAutomationEvent) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TimedAutomationEvent
Auto Trait Implementations§
impl Freeze for TimedAutomationEvent
impl RefUnwindSafe for TimedAutomationEvent
impl Send for TimedAutomationEvent
impl Sync for TimedAutomationEvent
impl Unpin for TimedAutomationEvent
impl UnsafeUnpin for TimedAutomationEvent
impl UnwindSafe for TimedAutomationEvent
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