Struct openssl::ssl::StatusType
[−]
[src]
pub struct StatusType(_);
Methods
impl StatusType
[src]
fn from_raw(raw: c_int) -> StatusType
fn as_raw(&self) -> c_int
Trait Implementations
impl Copy for StatusType
[src]
impl Clone for StatusType
[src]
fn clone(&self) -> StatusType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more