Struct openssl::asn1::Asn1Time[][src]

pub struct Asn1Time { /* fields omitted */ }

Methods

impl Asn1Time
[src]

Wraps existing ASN1_TIME and takes ownership

Creates a new time on specified interval in days from now

Returns raw handle

Trait Implementations

impl Drop for Asn1Time
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl !Send for Asn1Time

impl !Sync for Asn1Time