Enum grpcio_sys::GprClockType
[−]
[src]
#[repr(C)]pub enum GprClockType { Monotonic, Realtime, Precise, Timespan, }
Variants
MonotonicRealtimePreciseTimespan
Trait Implementations
impl Clone for GprClockType[src]
fn clone(&self) -> GprClockType[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more