#[repr(C)]
pub union OCSP_BASIC_RESPONSE_ENTRY_0 {
pub pRevokedInfo: *mut OCSP_BASIC_REVOKED_INFO,
}
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"
Fields
pRevokedInfo: *mut OCSP_BASIC_REVOKED_INFO
Trait Implementations
impl Clone for OCSP_BASIC_RESPONSE_ENTRY_0
impl Clone for OCSP_BASIC_RESPONSE_ENTRY_0
impl Copy for OCSP_BASIC_RESPONSE_ENTRY_0
Auto Trait Implementations
impl RefUnwindSafe for OCSP_BASIC_RESPONSE_ENTRY_0
impl !Send for OCSP_BASIC_RESPONSE_ENTRY_0
impl !Sync for OCSP_BASIC_RESPONSE_ENTRY_0
impl Unpin for OCSP_BASIC_RESPONSE_ENTRY_0
impl UnwindSafe for OCSP_BASIC_RESPONSE_ENTRY_0
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more