#[repr(C)]pub struct CERT_ISSUER_SERIAL_NUMBER {
pub Issuer: CRYPTOAPI_BLOB,
pub SerialNumber: CRYPTOAPI_BLOB,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
Issuer: CRYPTOAPI_BLOB
SerialNumber: CRYPTOAPI_BLOB
Trait Implementations
impl Clone for CERT_ISSUER_SERIAL_NUMBER
impl Clone for CERT_ISSUER_SERIAL_NUMBER
impl Copy for CERT_ISSUER_SERIAL_NUMBER
Auto Trait Implementations
impl RefUnwindSafe for CERT_ISSUER_SERIAL_NUMBER
impl !Send for CERT_ISSUER_SERIAL_NUMBER
impl !Sync for CERT_ISSUER_SERIAL_NUMBER
impl Unpin for CERT_ISSUER_SERIAL_NUMBER
impl UnwindSafe for CERT_ISSUER_SERIAL_NUMBER
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