Struct openssl_sys::GENERAL_NAME
#[repr(C)]
pub struct GENERAL_NAME {
pub type_: c_int,
pub d: *mut c_void,
}
Fields
pub type_: c_int
pub d: *mut c_void
Auto Trait Implementations
impl !Send for GENERAL_NAME
impl !Sync for GENERAL_NAME
impl RefUnwindSafe for GENERAL_NAME
impl Unpin for GENERAL_NAME
impl UnwindSafe for GENERAL_NAME
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T