Struct openssl::asn1::Asn1TimeRef []

pub struct Asn1TimeRef(_);

Reference to an Asn1Time

Trait Implementations

impl ForeignTypeRef for Asn1TimeRef

The raw C type.

[src]

Constructs a shared instance of this type from its raw type.

[src]

Constructs a mutable reference of this type from its raw type.

[src]

Returns a raw pointer to the wrapped value.

impl Send for Asn1TimeRef
[src]

impl Sync for Asn1TimeRef
[src]

impl Display for Asn1TimeRef
[src]

[src]

Formats the value using the given formatter. Read more