Struct windows_sys::Win32::Security::Cryptography::SIGNER_CERT
#[repr(C)]pub struct SIGNER_CERT {
pub cbSize: u32,
pub dwCertChoice: SIGNER_CERT_CHOICE,
pub Anonymous: SIGNER_CERT_0,
pub hwnd: HWND,
}Expand description
Required features: "Win32_Foundation"
Fields§
§cbSize: u32§dwCertChoice: SIGNER_CERT_CHOICE§Anonymous: SIGNER_CERT_0§hwnd: HWNDTrait Implementations§
§impl Clone for SIGNER_CERT
impl Clone for SIGNER_CERT
impl Copy for SIGNER_CERT
Auto Trait Implementations§
impl RefUnwindSafe for SIGNER_CERT
impl !Send for SIGNER_CERT
impl !Sync for SIGNER_CERT
impl Unpin for SIGNER_CERT
impl UnwindSafe for SIGNER_CERT
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