Struct grpcio_sys::GprTimespec [] [src]

#[repr(C)]
pub struct GprTimespec { pub tv_sec: int64_t, pub tv_nsec: int32_t, pub clock_type: GprClockType, }

Fields

Methods

impl GprTimespec
[src]

Trait Implementations

impl Clone for GprTimespec
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for GprTimespec
[src]

impl From<Duration> for GprTimespec
[src]

[src]

Performs the conversion.