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