pub struct Sample64 {
pub time: Time64,
pub value: f64,
}
Expand description
A sample with a time resolution of 64 bits and a value resolution of 64 bits. 128b total.
Fields§
§time: Time64
§value: f64
Implementations§
Trait Implementations§
Source§impl Ord for Sample64
impl Ord for Sample64
Source§impl PartialOrd for Sample64
impl PartialOrd for Sample64
impl Copy for Sample64
impl Eq for Sample64
Auto Trait Implementations§
impl Freeze for Sample64
impl RefUnwindSafe for Sample64
impl Send for Sample64
impl Sync for Sample64
impl Unpin for Sample64
impl UnwindSafe for Sample64
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