Struct windows_sys::Win32::Security::Cryptography::CERT_ECC_SIGNATURE
[−]#[repr(C)]pub struct CERT_ECC_SIGNATURE {
pub r: CRYPTOAPI_BLOB,
pub s: CRYPTOAPI_BLOB,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
r: CRYPTOAPI_BLOB
s: CRYPTOAPI_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
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