Searched defs:X509PurposeRef (Results 1 – 1 of 1) sorted by relevance
2473 pub struct X509PurposeRef(Opaque); struct2476 impl ForeignTypeRef for X509PurposeRef { implementation2480 impl X509PurposeRef { implementation2510 pub fn from_idx(idx: c_int) -> Result<&'static X509PurposeRef, ErrorStack> { in from_idx()