#[repr(C)]
pub struct gpr_timespec { pub tv_sec: i64, pub tv_nsec: i32, pub clock_type: gpr_clock_type, }
Expand description

Analogous to struct timespec. On some machines, absolute times may be in local time.

Fields

tv_sec: i64tv_nsec: i32clock_type: gpr_clock_type

Against which clock was this time measured? (or GPR_TIMESPAN if this is a relative time measure)

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Converts to this type from the input type.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.