Struct openssl::conf::ConfRef [−]
pub struct ConfRef(_);
Trait Implementations
impl Borrow<ConfRef> for Conf
impl Borrow<ConfRef> for Confimpl AsRef<ConfRef> for Conf
impl AsRef<ConfRef> for Confimpl ForeignTypeRef for ConfRef
impl ForeignTypeRef for ConfReftype CType = CONF
The raw C type.
ⓘImportant traits for &'a mut Runsafe fn from_ptr<'a>(ptr: *mut Self::CType) -> &'a Self[src]
ⓘImportant traits for &'a mut R
unsafe fn from_ptr<'a>(ptr: *mut Self::CType) -> &'a SelfConstructs a shared instance of this type from its raw type.
ⓘImportant traits for &'a mut Runsafe fn from_ptr_mut<'a>(ptr: *mut Self::CType) -> &'a mut Self[src]
ⓘImportant traits for &'a mut R
unsafe fn from_ptr_mut<'a>(ptr: *mut Self::CType) -> &'a mut SelfConstructs a mutable reference of this type from its raw type.
fn as_ptr(&self) -> *mut Self::CType[src]
fn as_ptr(&self) -> *mut Self::CTypeReturns a raw pointer to the wrapped value.
impl Send for ConfRef[src]
impl Send for ConfRefimpl Sync for ConfRef[src]
impl Sync for ConfRef