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