Struct windows_sys::Win32::Security::Cryptography::CERT_RDN_ATTR
[−]#[repr(C)]pub struct CERT_RDN_ATTR {
pub pszObjId: PSTR,
pub dwValueType: CERT_RDN_ATTR_VALUE_TYPE,
pub Value: CRYPTOAPI_BLOB,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
pszObjId: PSTR
dwValueType: CERT_RDN_ATTR_VALUE_TYPE
Value: CRYPTOAPI_BLOB
Trait Implementations
impl Clone for CERT_RDN_ATTR
impl Clone for CERT_RDN_ATTR
impl Copy for CERT_RDN_ATTR
Auto Trait Implementations
impl RefUnwindSafe for CERT_RDN_ATTR
impl !Send for CERT_RDN_ATTR
impl !Sync for CERT_RDN_ATTR
impl Unpin for CERT_RDN_ATTR
impl UnwindSafe for CERT_RDN_ATTR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more