Struct openssl::conf::ConfRef[]

pub struct ConfRef(_);

Trait Implementations

impl Borrow<ConfRef> for Conf

Immutably borrows from an owned value. Read more

impl AsRef<ConfRef> for Conf

Performs the conversion.

impl ForeignTypeRef for ConfRef

The raw C type.

Important traits for &'a mut R

Constructs a shared instance of this type from its raw type.

Important traits for &'a mut R

Constructs a mutable reference of this type from its raw type.

Returns a raw pointer to the wrapped value.

impl Send for ConfRef
[src]

impl Sync for ConfRef
[src]