Struct openssl::asn1::Asn1TimeRef [] [src]

pub struct Asn1TimeRef<'a>(_, _);

A borrowed Asn1Time

Methods

impl<'a> Asn1TimeRef<'a>
[src]

unsafe fn from_ptr(handle: *mut ASN1_TIME) -> Asn1TimeRef<'a>

Creates a new Asn1TimeRef wrapping the provided handle.

fn as_ptr(&self) -> *mut ASN1_TIME

Returns the raw handle

Trait Implementations

impl<'a> Display for Asn1TimeRef<'a>
[src]

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.