pub struct Taic {
pub time_uncertainty: u64,
pub clock_resolution: u32,
pub clock_drift_rate: i32,
pub clock_type: ClockType,
}
Fields§
§time_uncertainty: u64
§clock_resolution: u32
§clock_drift_rate: i32
§clock_type: ClockType
Implementations§
Trait Implementations§
impl Eq for Taic
impl StructuralPartialEq for Taic
Auto Trait Implementations§
impl Freeze for Taic
impl RefUnwindSafe for Taic
impl Send for Taic
impl Sync for Taic
impl Unpin for Taic
impl UnwindSafe for Taic
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