pub struct LibCtxRef(_);
Trait Implementations§
source§impl ForeignTypeRef for LibCtxRef
impl ForeignTypeRef for LibCtxRef
§type CType = OSSL_LIB_CTX
type CType = OSSL_LIB_CTX
The raw C type.
source§unsafe fn from_ptr<'a>(ptr: *mut Self::CType) -> &'a Self
unsafe fn from_ptr<'a>(ptr: *mut Self::CType) -> &'a Self
Constructs a shared instance of this type from its raw type.
source§unsafe fn from_ptr_mut<'a>(ptr: *mut Self::CType) -> &'a mut Self
unsafe fn from_ptr_mut<'a>(ptr: *mut Self::CType) -> &'a mut Self
Constructs a mutable reference of this type from its raw type.