Struct windows::Win32::Security::Cryptography::CMC_DATA_INFO
#[repr(C)]pub struct CMC_DATA_INFO {
pub cTaggedAttribute: u32,
pub rgTaggedAttribute: *mut CMC_TAGGED_ATTRIBUTE,
pub cTaggedRequest: u32,
pub rgTaggedRequest: *mut CMC_TAGGED_REQUEST,
pub cTaggedContentInfo: u32,
pub rgTaggedContentInfo: *mut CMC_TAGGED_CONTENT_INFO,
pub cTaggedOtherMsg: u32,
pub rgTaggedOtherMsg: *mut CMC_TAGGED_OTHER_MSG,
}
Fields§
§cTaggedAttribute: u32
§rgTaggedAttribute: *mut CMC_TAGGED_ATTRIBUTE
§cTaggedRequest: u32
§rgTaggedRequest: *mut CMC_TAGGED_REQUEST
§cTaggedContentInfo: u32
§rgTaggedContentInfo: *mut CMC_TAGGED_CONTENT_INFO
§cTaggedOtherMsg: u32
§rgTaggedOtherMsg: *mut CMC_TAGGED_OTHER_MSG
Trait Implementations§
§impl Clone for CMC_DATA_INFO
impl Clone for CMC_DATA_INFO
§fn clone(&self) -> CMC_DATA_INFO
fn clone(&self) -> CMC_DATA_INFO
Returns a copy 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 more§impl Debug for CMC_DATA_INFO
impl Debug for CMC_DATA_INFO
§impl Default for CMC_DATA_INFO
impl Default for CMC_DATA_INFO
§impl PartialEq for CMC_DATA_INFO
impl PartialEq for CMC_DATA_INFO
§fn eq(&self, other: &CMC_DATA_INFO) -> bool
fn eq(&self, other: &CMC_DATA_INFO) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for CMC_DATA_INFO
impl Eq for CMC_DATA_INFO
impl StructuralPartialEq for CMC_DATA_INFO
Auto Trait Implementations§
impl Freeze for CMC_DATA_INFO
impl RefUnwindSafe for CMC_DATA_INFO
impl !Send for CMC_DATA_INFO
impl !Sync for CMC_DATA_INFO
impl Unpin for CMC_DATA_INFO
impl UnwindSafe for CMC_DATA_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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)