Struct openssl::asn1::Asn1Time
[−]
[src]
pub struct Asn1Time(_);
Methods
impl Asn1Time
[src]
fn days_from_now(days: u32) -> Result<Asn1Time, ErrorStack>
Creates a new time on specified interval in days from now
Trait Implementations
impl OpenSslType for Asn1Time
[src]
type CType = ASN1_TIME
The raw C type.
type Ref = Asn1TimeRef
The type representing a reference to this type.
unsafe fn from_ptr(ptr: *mut ASN1_TIME) -> Asn1Time
Constructs an instance of this type from its raw type.
impl Drop for Asn1Time
[src]
impl Deref for Asn1Time
[src]
type Target = Asn1TimeRef
The resulting type after dereferencing
fn deref(&self) -> &Asn1TimeRef
The method called to dereference a value
impl DerefMut for Asn1Time
[src]
fn deref_mut(&mut self) -> &mut Asn1TimeRef
The method called to mutably dereference a value