Struct openssl::asn1::Asn1TimeRef []

pub struct Asn1TimeRef(_);

Reference to an Asn1Time

Trait Implementations

impl Borrow<Asn1TimeRef> for Asn1Time

Immutably borrows from an owned value. Read more

impl AsRef<Asn1TimeRef> for Asn1Time

Performs the conversion.

impl ForeignTypeRef for Asn1TimeRef

The raw C type.

Important traits for &'a mut W
[src]

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

Important traits for &'a mut W
[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