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