Struct windows_sys::Win32::Security::Cryptography::CERT_ID
[−]#[repr(C)]pub struct CERT_ID {
pub dwIdChoice: CERT_ID_OPTION,
pub Anonymous: CERT_ID_0,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
dwIdChoice: CERT_ID_OPTION
Anonymous: CERT_ID_0
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CERT_ID
impl !Send for CERT_ID
impl !Sync for CERT_ID
impl Unpin for CERT_ID
impl UnwindSafe for CERT_ID
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