Struct windows_sys::Win32::Security::Cryptography::SIGNER_DIGEST_SIGN_INFO
#[repr(C)]pub struct SIGNER_DIGEST_SIGN_INFO {
pub cbSize: u32,
pub dwDigestSignChoice: u32,
pub Anonymous: SIGNER_DIGEST_SIGN_INFO_0,
pub pMetadataBlob: *mut CRYPT_INTEGER_BLOB,
pub dwReserved: u32,
pub dwReserved2: u32,
pub dwReserved3: u32,
}Expand description
Required features: "Win32_Foundation"
Fields§
§cbSize: u32§dwDigestSignChoice: u32§Anonymous: SIGNER_DIGEST_SIGN_INFO_0§pMetadataBlob: *mut CRYPT_INTEGER_BLOB§dwReserved: u32§dwReserved2: u32§dwReserved3: u32Trait Implementations§
§impl Clone for SIGNER_DIGEST_SIGN_INFO
impl Clone for SIGNER_DIGEST_SIGN_INFO
impl Copy for SIGNER_DIGEST_SIGN_INFO
Auto Trait Implementations§
impl RefUnwindSafe for SIGNER_DIGEST_SIGN_INFO
impl !Send for SIGNER_DIGEST_SIGN_INFO
impl !Sync for SIGNER_DIGEST_SIGN_INFO
impl Unpin for SIGNER_DIGEST_SIGN_INFO
impl UnwindSafe for SIGNER_DIGEST_SIGN_INFO
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