#[repr(C)]pub struct _CMC_TAGGED_OTHER_MSG {
pub dwBodyPartID: DWORD,
pub pszObjId: LPSTR,
pub Value: CRYPT_OBJID_BLOB,
}
Fields§
§dwBodyPartID: DWORD
§pszObjId: LPSTR
§Value: CRYPT_OBJID_BLOB
Trait Implementations§
Source§impl Clone for _CMC_TAGGED_OTHER_MSG
impl Clone for _CMC_TAGGED_OTHER_MSG
Source§fn clone(&self) -> _CMC_TAGGED_OTHER_MSG
fn clone(&self) -> _CMC_TAGGED_OTHER_MSG
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 Debug for _CMC_TAGGED_OTHER_MSG
impl Debug for _CMC_TAGGED_OTHER_MSG
Source§impl Ord for _CMC_TAGGED_OTHER_MSG
impl Ord for _CMC_TAGGED_OTHER_MSG
Source§fn cmp(&self, other: &_CMC_TAGGED_OTHER_MSG) -> Ordering
fn cmp(&self, other: &_CMC_TAGGED_OTHER_MSG) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _CMC_TAGGED_OTHER_MSG
impl PartialEq for _CMC_TAGGED_OTHER_MSG
Source§impl PartialOrd for _CMC_TAGGED_OTHER_MSG
impl PartialOrd for _CMC_TAGGED_OTHER_MSG
impl Copy for _CMC_TAGGED_OTHER_MSG
impl Eq for _CMC_TAGGED_OTHER_MSG
impl StructuralPartialEq for _CMC_TAGGED_OTHER_MSG
Auto Trait Implementations§
impl Freeze for _CMC_TAGGED_OTHER_MSG
impl RefUnwindSafe for _CMC_TAGGED_OTHER_MSG
impl !Send for _CMC_TAGGED_OTHER_MSG
impl !Sync for _CMC_TAGGED_OTHER_MSG
impl Unpin for _CMC_TAGGED_OTHER_MSG
impl UnwindSafe for _CMC_TAGGED_OTHER_MSG
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