pub struct X509LookupMethodRef<T>(/* private fields */);
Expand description
A reference to an X509LookupMethod
.
Trait Implementations§
Source§impl<T> AsRef<X509LookupMethodRef<T>> for X509LookupMethod<T>
impl<T> AsRef<X509LookupMethodRef<T>> for X509LookupMethod<T>
Source§fn as_ref(&self) -> &X509LookupMethodRef<T>
fn as_ref(&self) -> &X509LookupMethodRef<T>
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl<T> Borrow<X509LookupMethodRef<T>> for X509LookupMethod<T>
impl<T> Borrow<X509LookupMethodRef<T>> for X509LookupMethod<T>
Source§fn borrow(&self) -> &X509LookupMethodRef<T>
fn borrow(&self) -> &X509LookupMethodRef<T>
Immutably borrows from an owned value. Read more
Source§impl<T> ForeignTypeRef for X509LookupMethodRef<T>
impl<T> ForeignTypeRef for X509LookupMethodRef<T>
Source§type CType = X509_LOOKUP_METHOD
type CType = X509_LOOKUP_METHOD
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.
impl<T> Send for X509LookupMethodRef<T>
impl<T> Sync for X509LookupMethodRef<T>
Auto Trait Implementations§
impl<T> !Freeze for X509LookupMethodRef<T>
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 0 bytes