Struct windows_sys::Win32::Security::Cryptography::CERT_NAME_VALUE
[−]#[repr(C)]pub struct CERT_NAME_VALUE {
pub dwValueType: u32,
pub Value: CRYPTOAPI_BLOB,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
dwValueType: u32
Value: CRYPTOAPI_BLOB
Trait Implementations
impl Clone for CERT_NAME_VALUE
impl Clone for CERT_NAME_VALUE
impl Copy for CERT_NAME_VALUE
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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