Struct windows_sys::Win32::Security::Cryptography::CERT_ECC_SIGNATURE
#[repr(C)]pub struct CERT_ECC_SIGNATURE {
pub r: CRYPT_INTEGER_BLOB,
pub s: CRYPT_INTEGER_BLOB,
}
Fields§
§r: CRYPT_INTEGER_BLOB
§s: CRYPT_INTEGER_BLOB
Trait Implementations§
§impl Clone for CERT_ECC_SIGNATURE
impl Clone for CERT_ECC_SIGNATURE
impl Copy for CERT_ECC_SIGNATURE
Auto Trait Implementations§
impl RefUnwindSafe for CERT_ECC_SIGNATURE
impl !Send for CERT_ECC_SIGNATURE
impl !Sync for CERT_ECC_SIGNATURE
impl Unpin for CERT_ECC_SIGNATURE
impl UnwindSafe for CERT_ECC_SIGNATURE
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