Struct windows_sys::Win32::Security::Cryptography::CERT_NAME_INFO
[−]Expand description
Required features: ‘Win32_Security_Cryptography’
Fields
cRDN: u32
rgRDN: *mut CERT_RDN
Trait Implementations
impl Clone for CERT_NAME_INFO
impl Clone for CERT_NAME_INFO
impl Copy for CERT_NAME_INFO
Auto Trait Implementations
impl RefUnwindSafe for CERT_NAME_INFO
impl !Send for CERT_NAME_INFO
impl !Sync for CERT_NAME_INFO
impl Unpin for CERT_NAME_INFO
impl UnwindSafe for CERT_NAME_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more