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