pub struct ValueAtTime {
pub time: u64,
pub value: f64,
}Fields§
§time: u64§value: f64Trait Implementations§
Source§impl Clone for ValueAtTime
impl Clone for ValueAtTime
Source§fn clone(&self) -> ValueAtTime
fn clone(&self) -> ValueAtTime
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 ValueAtTime
impl Debug for ValueAtTime
impl Copy for ValueAtTime
Auto Trait Implementations§
impl Freeze for ValueAtTime
impl RefUnwindSafe for ValueAtTime
impl Send for ValueAtTime
impl Sync for ValueAtTime
impl Unpin for ValueAtTime
impl UnwindSafe for ValueAtTime
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