Module openssl::asn1
+
+ [−]
+
+ [src]
+Structs
+Asn1Time | ++ + | +
From 64106c4d3d4ddba8c7bc2af75376e6d3d3d75601 Mon Sep 17 00:00:00 2001 From: Date: Mon, 29 Jun 2015 20:16:15 +0000 Subject: Update documentation --- openssl/asn1/index.html | 110 ++++++++++++++++++++++++++++++++++++++ openssl/asn1/sidebar-items.js | 1 + openssl/asn1/struct.Asn1Time.html | 110 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 221 insertions(+) create mode 100644 openssl/asn1/index.html create mode 100644 openssl/asn1/sidebar-items.js create mode 100644 openssl/asn1/struct.Asn1Time.html (limited to 'openssl/asn1') diff --git a/openssl/asn1/index.html b/openssl/asn1/index.html new file mode 100644 index 0000000..68795fc --- /dev/null +++ b/openssl/asn1/index.html @@ -0,0 +1,110 @@ + + +
+ + + + + + +Asn1Time | ++ + | +
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+
pub struct Asn1Time { + // some fields omitted +}
impl Asn1Time
fn new(handle: *mut ASN1_TIME) -> Asn1Time
Wraps existing ASN1_TIME and takes ownership
+fn days_from_now(days: u32) -> Result<Asn1Time, SslError>
Creates a new time on specified interval in days from now
+unsafe fn get_handle(&self) -> *mut ASN1_TIME
Returns raw handle
+impl Drop for Asn1Time
fn drop(&mut self)
+ Prefix searches with a type followed by a colon (e.g.
+ fn:
) to restrict the search to a given type.
+
+ Accepted types are: fn
, mod
,
+ struct
, enum
,
+ trait
, typedef
(or
+ tdef
).
+
+ Search functions by type signature (e.g.
+ vec -> usize
)
+