Struct openssl::asn1::TimeDiff [−][src]
Expand description
Difference between two ASN1 times.
This struct
is created by the diff
method on Asn1TimeRef
. See its
documentation for more.
Fields
days: c_int
Difference in days
secs: c_int
Difference in seconds.
This is always less than the number of seconds in a day.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TimeDiff
impl UnwindSafe for TimeDiff
Blanket Implementations
Mutably borrows from an owned value. Read more