pub struct TimingChange {
pub change_type: TimingChangeType,
pub value: f32,
}Fields§
§change_type: TimingChangeType§value: f32Trait Implementations§
Source§impl Clone for TimingChange
impl Clone for TimingChange
Source§fn clone(&self) -> TimingChange
fn clone(&self) -> TimingChange
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 moreimpl Copy for TimingChange
Auto Trait Implementations§
impl Freeze for TimingChange
impl RefUnwindSafe for TimingChange
impl Send for TimingChange
impl Sync for TimingChange
impl Unpin for TimingChange
impl UnsafeUnpin for TimingChange
impl UnwindSafe for TimingChange
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