pub struct DelayCalibrationProjection {
pub s2c_time_diff_us: i64,
pub net_delay_us: i64,
}Fields§
§s2c_time_diff_us: i64§net_delay_us: i64Trait Implementations§
Source§impl Clone for DelayCalibrationProjection
impl Clone for DelayCalibrationProjection
Source§fn clone(&self) -> DelayCalibrationProjection
fn clone(&self) -> DelayCalibrationProjection
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 DelayCalibrationProjection
Source§impl Debug for DelayCalibrationProjection
impl Debug for DelayCalibrationProjection
impl Eq for DelayCalibrationProjection
Source§impl PartialEq for DelayCalibrationProjection
impl PartialEq for DelayCalibrationProjection
Source§fn eq(&self, other: &DelayCalibrationProjection) -> bool
fn eq(&self, other: &DelayCalibrationProjection) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DelayCalibrationProjection
Auto Trait Implementations§
impl Freeze for DelayCalibrationProjection
impl RefUnwindSafe for DelayCalibrationProjection
impl Send for DelayCalibrationProjection
impl Sync for DelayCalibrationProjection
impl Unpin for DelayCalibrationProjection
impl UnsafeUnpin for DelayCalibrationProjection
impl UnwindSafe for DelayCalibrationProjection
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.