#[repr(C)]pub struct CMSG_CTRL_VERIFY_SIGNATURE_EX_PARA {
pub cbSize: u32,
pub hCryptProv: HCRYPTPROV_LEGACY,
pub dwSignerIndex: u32,
pub dwSignerType: u32,
pub pvSigner: *mut c_void,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
cbSize: u32
hCryptProv: HCRYPTPROV_LEGACY
dwSignerIndex: u32
dwSignerType: u32
pvSigner: *mut c_void
Trait Implementations
impl Clone for CMSG_CTRL_VERIFY_SIGNATURE_EX_PARA
impl Clone for CMSG_CTRL_VERIFY_SIGNATURE_EX_PARA
impl Copy for CMSG_CTRL_VERIFY_SIGNATURE_EX_PARA
Auto Trait Implementations
impl RefUnwindSafe for CMSG_CTRL_VERIFY_SIGNATURE_EX_PARA
impl !Send for CMSG_CTRL_VERIFY_SIGNATURE_EX_PARA
impl !Sync for CMSG_CTRL_VERIFY_SIGNATURE_EX_PARA
impl Unpin for CMSG_CTRL_VERIFY_SIGNATURE_EX_PARA
impl UnwindSafe for CMSG_CTRL_VERIFY_SIGNATURE_EX_PARA
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