#[repr(C)]pub struct _CMC_TAGGED_CERT_REQUEST {
pub dwBodyPartID: DWORD,
pub SignedCertRequest: CRYPT_DER_BLOB,
}
Fields§
§dwBodyPartID: DWORD
§SignedCertRequest: CRYPT_DER_BLOB
Trait Implementations§
Source§impl Clone for _CMC_TAGGED_CERT_REQUEST
impl Clone for _CMC_TAGGED_CERT_REQUEST
Source§fn clone(&self) -> _CMC_TAGGED_CERT_REQUEST
fn clone(&self) -> _CMC_TAGGED_CERT_REQUEST
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_CERT_REQUEST
impl Debug for _CMC_TAGGED_CERT_REQUEST
Source§impl Ord for _CMC_TAGGED_CERT_REQUEST
impl Ord for _CMC_TAGGED_CERT_REQUEST
Source§fn cmp(&self, other: &_CMC_TAGGED_CERT_REQUEST) -> Ordering
fn cmp(&self, other: &_CMC_TAGGED_CERT_REQUEST) -> 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_CERT_REQUEST
impl PartialEq for _CMC_TAGGED_CERT_REQUEST
Source§impl PartialOrd for _CMC_TAGGED_CERT_REQUEST
impl PartialOrd for _CMC_TAGGED_CERT_REQUEST
impl Copy for _CMC_TAGGED_CERT_REQUEST
impl Eq for _CMC_TAGGED_CERT_REQUEST
impl StructuralPartialEq for _CMC_TAGGED_CERT_REQUEST
Auto Trait Implementations§
impl Freeze for _CMC_TAGGED_CERT_REQUEST
impl RefUnwindSafe for _CMC_TAGGED_CERT_REQUEST
impl !Send for _CMC_TAGGED_CERT_REQUEST
impl !Sync for _CMC_TAGGED_CERT_REQUEST
impl Unpin for _CMC_TAGGED_CERT_REQUEST
impl UnwindSafe for _CMC_TAGGED_CERT_REQUEST
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