Struct openssl::ssl::StatusType [−][src]
pub struct StatusType(_);
An identifier of a certificate status type.
Methods
impl StatusType
[src]
impl StatusType
pub fn from_raw(raw: c_int) -> StatusType
[src]
pub fn from_raw(raw: c_int) -> StatusType
Constructs a StatusType
from a raw OpenSSL value.
pub fn as_raw(&self) -> c_int
[src]
pub fn as_raw(&self) -> c_int
Returns the raw OpenSSL value represented by this type.
pub const OCSP: StatusType
OCSP: StatusType = StatusType(ffi::TLSEXT_STATUSTYPE_ocsp)
An OSCP status.
Trait Implementations
impl Copy for StatusType
[src]
impl Copy for StatusType
impl Clone for StatusType
[src]
impl Clone for StatusType
fn clone(&self) -> StatusType
[src]
fn clone(&self) -> StatusType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl Send for StatusType
impl Send for StatusType
impl Sync for StatusType
impl Sync for StatusType