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