pub struct X509LookupMethodRef<T>(_, _);
Expand description
Reference to an X509LookupMethod
.
Trait Implementations
sourceimpl<T> AsRef<X509LookupMethodRef<T>> for X509LookupMethod<T>
impl<T> AsRef<X509LookupMethodRef<T>> for X509LookupMethod<T>
sourcefn as_ref(&self) -> &X509LookupMethodRef<T>
fn as_ref(&self) -> &X509LookupMethodRef<T>
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl<T> Borrow<X509LookupMethodRef<T>> for X509LookupMethod<T>
impl<T> Borrow<X509LookupMethodRef<T>> for X509LookupMethod<T>
sourcefn borrow(&self) -> &X509LookupMethodRef<T>
fn borrow(&self) -> &X509LookupMethodRef<T>
Immutably borrows from an owned value. Read more
sourceimpl<T> ForeignTypeRef for X509LookupMethodRef<T>
impl<T> ForeignTypeRef for X509LookupMethodRef<T>
type CType = X509_LOOKUP_METHOD
type CType = X509_LOOKUP_METHOD
The raw C type.
sourceunsafe 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.
sourceunsafe 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.
impl<T> Send for X509LookupMethodRef<T>
impl<T> Sync for X509LookupMethodRef<T>
Auto Trait Implementations
impl<T> !RefUnwindSafe for X509LookupMethodRef<T>
impl<T> Unpin for X509LookupMethodRef<T> where
T: Unpin,
impl<T> UnwindSafe for X509LookupMethodRef<T> where
T: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more