Struct openssl_sys::X509_VERIFY_PARAM[][src]

#[repr(C)]
pub struct X509_VERIFY_PARAM { pub name: *mut c_char, pub check_time: time_t, pub inh_flags: c_ulong, pub flags: c_ulong, pub purpose: c_int, pub trust: c_int, pub depth: c_int, pub policies: *mut stack_st_ASN1_OBJECT, pub id: *mut X509_VERIFY_PARAM_ID, }

Fields

name: *mut c_charcheck_time: time_tinh_flags: c_ulongflags: c_ulongpurpose: c_inttrust: c_intdepth: c_intpolicies: *mut stack_st_ASN1_OBJECTid: *mut X509_VERIFY_PARAM_ID

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.