Struct openssl::ssl::StatusType [−][src]
pub struct StatusType(_);
An identifier of a certificate status type.
Implementations
impl StatusType
[src]
impl StatusType
[src]pub const OCSP: StatusType
[src]
An OSCP status.
pub fn from_raw(raw: c_int) -> StatusType
[src]
Constructs a StatusType
from a raw OpenSSL value.
pub fn as_raw(&self) -> c_int
[src]
Returns the raw OpenSSL value represented by this type.
Trait Implementations
impl Clone for StatusType
[src]
impl Clone for StatusType
[src]