#[repr(C)]pub struct _CERT_NAME_VALUE {
pub dwValueType: DWORD,
pub Value: CERT_RDN_VALUE_BLOB,
}Fields§
§dwValueType: DWORD§Value: CERT_RDN_VALUE_BLOBTrait 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 duplicate 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
impl Copy 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