#[repr(C)]pub struct CERT_ISSUER_SERIAL_NUMBER {
pub Issuer: CERT_NAME_BLOB,
pub SerialNumber: CRYPT_INTEGER_BLOB,
}
Fields§
§Issuer: CERT_NAME_BLOB
§SerialNumber: CRYPT_INTEGER_BLOB
Trait Implementations§
Source§impl Clone for CERT_ISSUER_SERIAL_NUMBER
impl Clone for CERT_ISSUER_SERIAL_NUMBER
Source§fn clone(&self) -> CERT_ISSUER_SERIAL_NUMBER
fn clone(&self) -> CERT_ISSUER_SERIAL_NUMBER
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for CERT_ISSUER_SERIAL_NUMBER
impl Default for CERT_ISSUER_SERIAL_NUMBER
Source§fn default() -> CERT_ISSUER_SERIAL_NUMBER
fn default() -> CERT_ISSUER_SERIAL_NUMBER
Returns the “default value” for a type. Read more
impl Copy for CERT_ISSUER_SERIAL_NUMBER
Auto Trait Implementations§
impl Freeze for CERT_ISSUER_SERIAL_NUMBER
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more