Struct CERT_PAIR
#[repr(C)]pub struct CERT_PAIR {
pub Forward: CRYPT_INTEGER_BLOB,
pub Reverse: CRYPT_INTEGER_BLOB,
}
Fields§
§Forward: CRYPT_INTEGER_BLOB
§Reverse: CRYPT_INTEGER_BLOB
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CERT_PAIR
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§
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