Struct windows_sys::Win32::Security::Cryptography::CERT_STRONG_SIGN_PARA
[−]#[repr(C)]pub struct CERT_STRONG_SIGN_PARA {
pub cbSize: u32,
pub dwInfoChoice: u32,
pub Anonymous: CERT_STRONG_SIGN_PARA_0,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
cbSize: u32
dwInfoChoice: u32
Anonymous: CERT_STRONG_SIGN_PARA_0
Trait Implementations
impl Clone for CERT_STRONG_SIGN_PARA
impl Clone for CERT_STRONG_SIGN_PARA
impl Copy for CERT_STRONG_SIGN_PARA
Auto Trait Implementations
impl RefUnwindSafe for CERT_STRONG_SIGN_PARA
impl !Send for CERT_STRONG_SIGN_PARA
impl !Sync for CERT_STRONG_SIGN_PARA
impl Unpin for CERT_STRONG_SIGN_PARA
impl UnwindSafe for CERT_STRONG_SIGN_PARA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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