#[repr(C)]pub struct CMC_ADD_ATTRIBUTES_INFO {
pub dwCmcDataReference: u32,
pub cCertReference: u32,
pub rgdwCertReference: *mut u32,
pub cAttribute: u32,
pub rgAttribute: *mut CRYPT_ATTRIBUTE,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
dwCmcDataReference: u32
cCertReference: u32
rgdwCertReference: *mut u32
cAttribute: u32
rgAttribute: *mut CRYPT_ATTRIBUTE
Trait Implementations
impl Clone for CMC_ADD_ATTRIBUTES_INFO
impl Clone for CMC_ADD_ATTRIBUTES_INFO
impl Copy for CMC_ADD_ATTRIBUTES_INFO
Auto Trait Implementations
impl RefUnwindSafe for CMC_ADD_ATTRIBUTES_INFO
impl !Send for CMC_ADD_ATTRIBUTES_INFO
impl !Sync for CMC_ADD_ATTRIBUTES_INFO
impl Unpin for CMC_ADD_ATTRIBUTES_INFO
impl UnwindSafe for CMC_ADD_ATTRIBUTES_INFO
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