Struct openssl_sys::ERR_STRING_DATA[][src]

#[repr(C)]
pub struct ERR_STRING_DATA { pub error: c_ulong, pub string: *const c_char, }

Fields

Auto Trait Implementations

impl !Send for ERR_STRING_DATA

impl !Sync for ERR_STRING_DATA