pub struct IntSample64 {
pub time: Time64,
pub value: u64,
}Expand description
A sample with a time resolution of 64 bits and a value resolution of 64 bits. 128b total.
Fields§
§time: Time64§value: u64Implementations§
Trait Implementations§
Source§impl Clone for IntSample64
impl Clone for IntSample64
Source§fn clone(&self) -> IntSample64
fn clone(&self) -> IntSample64
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 IntSample64
impl Debug for IntSample64
Source§impl Default for IntSample64
impl Default for IntSample64
Source§fn default() -> IntSample64
fn default() -> IntSample64
Returns the “default value” for a type. Read more
Source§impl Hash for IntSample64
impl Hash for IntSample64
Source§impl Ord for IntSample64
impl Ord for IntSample64
Source§impl PartialEq for IntSample64
impl PartialEq for IntSample64
Source§impl PartialOrd for IntSample64
impl PartialOrd for IntSample64
impl Copy for IntSample64
impl Eq for IntSample64
Auto Trait Implementations§
impl Freeze for IntSample64
impl RefUnwindSafe for IntSample64
impl Send for IntSample64
impl Sync for IntSample64
impl Unpin for IntSample64
impl UnwindSafe for IntSample64
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