Struct windows_sys::Win32::Security::Cryptography::CMC_RESPONSE_INFO
[−]#[repr(C)]pub struct CMC_RESPONSE_INFO {
pub cTaggedAttribute: u32,
pub rgTaggedAttribute: *mut CMC_TAGGED_ATTRIBUTE,
pub cTaggedContentInfo: u32,
pub rgTaggedContentInfo: *mut CMC_TAGGED_CONTENT_INFO,
pub cTaggedOtherMsg: u32,
pub rgTaggedOtherMsg: *mut CMC_TAGGED_OTHER_MSG,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
cTaggedAttribute: u32
rgTaggedAttribute: *mut CMC_TAGGED_ATTRIBUTE
cTaggedContentInfo: u32
rgTaggedContentInfo: *mut CMC_TAGGED_CONTENT_INFO
cTaggedOtherMsg: u32
rgTaggedOtherMsg: *mut CMC_TAGGED_OTHER_MSG
Trait Implementations
impl Clone for CMC_RESPONSE_INFO
impl Clone for CMC_RESPONSE_INFO
impl Copy for CMC_RESPONSE_INFO
Auto Trait Implementations
impl RefUnwindSafe for CMC_RESPONSE_INFO
impl !Send for CMC_RESPONSE_INFO
impl !Sync for CMC_RESPONSE_INFO
impl Unpin for CMC_RESPONSE_INFO
impl UnwindSafe for CMC_RESPONSE_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