Struct openssl_sys::ERR_STRING_DATA
#[repr(C)]
pub struct ERR_STRING_DATA {
pub error: c_ulong,
pub string: *const c_char,
}Fields
pub error: c_ulongpub string: *const c_charAuto Trait Implementations
impl !Send for ERR_STRING_DATAimpl !Sync for ERR_STRING_DATAimpl RefUnwindSafe for ERR_STRING_DATAimpl Unpin for ERR_STRING_DATAimpl UnwindSafe for ERR_STRING_DATABlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T