Struct openssl::conf::Conf
[−]
pub struct Conf(_);
Methods
impl Conf
[src]
fn new(method: ConfMethod) -> Result<Conf, ErrorStack>
[src]
Trait Implementations
impl ForeignType for Conf
type CType = CONF
The raw C type.
type Ref = ConfRef
The type representing a reference to this type.
unsafe fn from_ptr(ptr: *mut CONF) -> Conf
Constructs an instance of this type from its raw type.
fn as_ptr(&self) -> *mut CONF
Returns a raw pointer to the wrapped value.
impl Drop for Conf
impl Deref for Conf
type Target = ConfRef
The resulting type after dereferencing.
fn deref(&self) -> &ConfRef
Dereferences the value.