Struct windows_sys::Win32::Security::Cryptography::CERT_EXTENSIONS
#[repr(C)]pub struct CERT_EXTENSIONS {
pub cExtension: u32,
pub rgExtension: *mut CERT_EXTENSION,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§cExtension: u32
§rgExtension: *mut CERT_EXTENSION
Trait Implementations§
§impl Clone for CERT_EXTENSIONS
impl Clone for CERT_EXTENSIONS
impl Copy for CERT_EXTENSIONS
Auto Trait Implementations§
impl RefUnwindSafe for CERT_EXTENSIONS
impl !Send for CERT_EXTENSIONS
impl !Sync for CERT_EXTENSIONS
impl Unpin for CERT_EXTENSIONS
impl UnwindSafe for CERT_EXTENSIONS
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more