#[repr(C)]pub struct CMC_ADD_EXTENSIONS_INFO {
pub dwCmcDataReference: DWORD,
pub cCertReference: DWORD,
pub rgdwCertReference: *mut DWORD,
pub cExtension: DWORD,
pub rgExtension: PCERT_EXTENSION,
}
Fields§
§dwCmcDataReference: DWORD
§cCertReference: DWORD
§rgdwCertReference: *mut DWORD
§cExtension: DWORD
§rgExtension: PCERT_EXTENSION
Trait Implementations§
Source§impl Clone for CMC_ADD_EXTENSIONS_INFO
impl Clone for CMC_ADD_EXTENSIONS_INFO
Source§fn clone(&self) -> CMC_ADD_EXTENSIONS_INFO
fn clone(&self) -> CMC_ADD_EXTENSIONS_INFO
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for CMC_ADD_EXTENSIONS_INFO
impl Default for CMC_ADD_EXTENSIONS_INFO
Source§fn default() -> CMC_ADD_EXTENSIONS_INFO
fn default() -> CMC_ADD_EXTENSIONS_INFO
Returns the “default value” for a type. Read more
impl Copy for CMC_ADD_EXTENSIONS_INFO
Auto Trait Implementations§
impl Freeze for CMC_ADD_EXTENSIONS_INFO
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