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 @@ + + + + + + + + + + openssl::asn1 - Rust + + + + + + + + + + + + + + + +
+

Module openssl::asn1 + + [] + + [src]

+

Structs

+ + + + + +
Asn1Time + +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/openssl/asn1/sidebar-items.js b/openssl/asn1/sidebar-items.js new file mode 100644 index 0000000..2236f02 --- /dev/null +++ b/openssl/asn1/sidebar-items.js @@ -0,0 +1 @@ +initSidebarItems({"struct":[["Asn1Time",""]]}); \ No newline at end of file diff --git a/openssl/asn1/struct.Asn1Time.html b/openssl/asn1/struct.Asn1Time.html new file mode 100644 index 0000000..ccd0ee8 --- /dev/null +++ b/openssl/asn1/struct.Asn1Time.html @@ -0,0 +1,110 @@ + + + + + + + + + + openssl::asn1::Asn1Time - Rust + + + + + + + + + + + + + + + +
+

Struct openssl::asn1::Asn1Time + + [] + + [src]

+
pub struct Asn1Time {
+    // some fields omitted
+}

Methods

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

+

Trait Implementations

impl Drop for Asn1Time

fn drop(&mut self)

+
+ + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3