#[repr(C)]pub struct CMC_DATA_INFO {
pub cTaggedAttribute: DWORD,
pub rgTaggedAttribute: PCMC_TAGGED_ATTRIBUTE,
pub cTaggedRequest: DWORD,
pub rgTaggedRequest: PCMC_TAGGED_REQUEST,
pub cTaggedContentInfo: DWORD,
pub rgTaggedContentInfo: PCMC_TAGGED_CONTENT_INFO,
pub cTaggedOtherMsg: DWORD,
pub rgTaggedOtherMsg: PCMC_TAGGED_OTHER_MSG,
}
Fields§
§cTaggedAttribute: DWORD
§rgTaggedAttribute: PCMC_TAGGED_ATTRIBUTE
§cTaggedRequest: DWORD
§rgTaggedRequest: PCMC_TAGGED_REQUEST
§cTaggedContentInfo: DWORD
§rgTaggedContentInfo: PCMC_TAGGED_CONTENT_INFO
§cTaggedOtherMsg: DWORD
§rgTaggedOtherMsg: PCMC_TAGGED_OTHER_MSG
Trait Implementations§
Source§impl Clone for CMC_DATA_INFO
impl Clone for CMC_DATA_INFO
Source§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 moreSource§impl Default for CMC_DATA_INFO
impl Default for CMC_DATA_INFO
Source§fn default() -> CMC_DATA_INFO
fn default() -> CMC_DATA_INFO
Returns the “default value” for a type. Read more
impl Copy 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