Struct nss_sys::cert::CERTCertListNodeStr [] [src]

#[repr(C)]
pub struct CERTCertListNodeStr { pub links: PRCList, pub cert: *mut CERTCertificate, pub appData: *mut c_void, }

Fields

Trait Implementations

impl Debug for CERTCertListNodeStr
[src]

Formats the value using the given formatter.