Struct windows_sys::Win32::Security::Cryptography::CERT_OR_CRL_BUNDLE
[−]#[repr(C)]pub struct CERT_OR_CRL_BUNDLE {
pub cItem: u32,
pub rgItem: *mut CERT_OR_CRL_BLOB,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
cItem: u32
rgItem: *mut CERT_OR_CRL_BLOB
Trait Implementations
impl Clone for CERT_OR_CRL_BUNDLE
impl Clone for CERT_OR_CRL_BUNDLE
impl Copy for CERT_OR_CRL_BUNDLE
Auto Trait Implementations
impl RefUnwindSafe for CERT_OR_CRL_BUNDLE
impl !Send for CERT_OR_CRL_BUNDLE
impl !Sync for CERT_OR_CRL_BUNDLE
impl Unpin for CERT_OR_CRL_BUNDLE
impl UnwindSafe for CERT_OR_CRL_BUNDLE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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