Trait openssl::types::OpenSslTypeRef
[−]
[src]
pub trait OpenSslTypeRef { type CType; unsafe fn from_ptr(ptr: *mut Self::CType) -> &'a Self { ... } unsafe fn from_ptr_mut(ptr: *mut Self::CType) -> &'a mut Self { ... } fn as_ptr(&self) -> *mut Self::CType { ... } }
A trait implemented by types which reference borrowed foreign types.
Associated Types
type CType
The raw C type.
Provided Methods
unsafe fn from_ptr(ptr: *mut Self::CType) -> &'a Self
Constructs a shared instance of this type from its raw type.
unsafe fn from_ptr_mut(ptr: *mut Self::CType) -> &'a mut Self
Constructs a mutable reference of this type from its raw type.
fn as_ptr(&self) -> *mut Self::CType
Returns a raw pointer to the wrapped value.
Implementors
impl ForeignTypeRef for Asn1GeneralizedTimeRef
impl ForeignTypeRef for Asn1TimeRef
impl ForeignTypeRef for Asn1StringRef
impl ForeignTypeRef for Asn1IntegerRef
impl ForeignTypeRef for Asn1BitStringRef
impl ForeignTypeRef for Asn1ObjectRef
impl ForeignTypeRef for BigNumContextRef
impl ForeignTypeRef for BigNumRef
impl ForeignTypeRef for ConfRef
impl ForeignTypeRef for DhRef
impl ForeignTypeRef for DsaRef
impl ForeignTypeRef for EcGroupRef
impl ForeignTypeRef for EcPointRef
impl ForeignTypeRef for EcKeyRef
impl ForeignTypeRef for EcKeyBuilderRef
impl ForeignTypeRef for OcspBasicResponseRef
impl ForeignTypeRef for OcspCertIdRef
impl ForeignTypeRef for OcspResponseRef
impl ForeignTypeRef for OcspRequestRef
impl ForeignTypeRef for OcspOneReqRef
impl ForeignTypeRef for Pkcs12Ref
impl ForeignTypeRef for PKeyRef
impl ForeignTypeRef for PKeyCtxRef
impl ForeignTypeRef for RsaRef
impl ForeignTypeRef for SslContextRef
impl ForeignTypeRef for SslCipherRef
impl ForeignTypeRef for SslSessionRef
impl ForeignTypeRef for SslRef
impl<T: Stackable> ForeignTypeRef for StackRef<T>
impl ForeignTypeRef for OpensslStringRef
impl ForeignTypeRef for X509StoreBuilderRef
impl ForeignTypeRef for X509StoreRef
impl ForeignTypeRef for X509StoreContextRef
impl ForeignTypeRef for X509Ref
impl ForeignTypeRef for X509ExtensionRef
impl ForeignTypeRef for X509NameRef
impl ForeignTypeRef for X509NameEntryRef
impl ForeignTypeRef for X509ReqRef
impl ForeignTypeRef for GeneralNameRef
impl ForeignTypeRef for X509AlgorithmRef