[−][src]Struct openssl_sys::X509_VERIFY_PARAM
Fields
name: *mut c_char
check_time: time_t
inh_flags: c_ulong
flags: c_ulong
purpose: c_int
trust: c_int
depth: c_int
policies: *mut stack_st_ASN1_OBJECT
id: *mut X509_VERIFY_PARAM_ID
Auto Trait Implementations
impl RefUnwindSafe for X509_VERIFY_PARAM
impl !Send for X509_VERIFY_PARAM
impl !Sync for X509_VERIFY_PARAM
impl Unpin for X509_VERIFY_PARAM
impl UnwindSafe for X509_VERIFY_PARAM
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,