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_ulong
pub string: *const c_char
Auto Trait Implementations
impl !Send for ERR_STRING_DATA
impl !Sync for ERR_STRING_DATA
impl RefUnwindSafe for ERR_STRING_DATA
impl Unpin for ERR_STRING_DATA
impl UnwindSafe for ERR_STRING_DATA
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T