Struct openssl::x509::store::X509StoreRef [−]
pub struct X509StoreRef(_);
Reference to an X509Store.
Trait Implementations
impl Borrow<X509StoreRef> for X509Store
impl Borrow<X509StoreRef> for X509Storefn borrow(&self) -> &X509StoreRef
fn borrow(&self) -> &X509StoreRefImmutably borrows from an owned value. Read more
impl AsRef<X509StoreRef> for X509Store
impl AsRef<X509StoreRef> for X509Storefn as_ref(&self) -> &X509StoreRef
fn as_ref(&self) -> &X509StoreRefPerforms the conversion.
impl ForeignTypeRef for X509StoreRef
impl ForeignTypeRef for X509StoreReftype CType = X509_STORE
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 X509StoreRef[src]
impl Send for X509StoreRefimpl Sync for X509StoreRef[src]
impl Sync for X509StoreRef