Struct windows_sys::Win32::Security::Cryptography::CMC_ADD_EXTENSIONS_INFO
#[repr(C)]pub struct CMC_ADD_EXTENSIONS_INFO {
pub dwCmcDataReference: u32,
pub cCertReference: u32,
pub rgdwCertReference: *mut u32,
pub cExtension: u32,
pub rgExtension: *mut CERT_EXTENSION,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§dwCmcDataReference: u32
§cCertReference: u32
§rgdwCertReference: *mut u32
§cExtension: u32
§rgExtension: *mut CERT_EXTENSION
Trait Implementations§
§impl Clone for CMC_ADD_EXTENSIONS_INFO
impl Clone for CMC_ADD_EXTENSIONS_INFO
impl Copy for CMC_ADD_EXTENSIONS_INFO
Auto Trait Implementations§
impl RefUnwindSafe for CMC_ADD_EXTENSIONS_INFO
impl !Send for CMC_ADD_EXTENSIONS_INFO
impl !Sync for CMC_ADD_EXTENSIONS_INFO
impl Unpin for CMC_ADD_EXTENSIONS_INFO
impl UnwindSafe for CMC_ADD_EXTENSIONS_INFO
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