Struct windows_sys::Win32::Security::Cryptography::CTL_VERIFY_USAGE_PARA
[−]#[repr(C)]pub struct CTL_VERIFY_USAGE_PARA {
pub cbSize: u32,
pub ListIdentifier: CRYPTOAPI_BLOB,
pub cCtlStore: u32,
pub rghCtlStore: *mut HCERTSTORE,
pub cSignerStore: u32,
pub rghSignerStore: *mut HCERTSTORE,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
cbSize: u32
ListIdentifier: CRYPTOAPI_BLOB
cCtlStore: u32
rghCtlStore: *mut HCERTSTORE
cSignerStore: u32
rghSignerStore: *mut HCERTSTORE
Trait Implementations
impl Clone for CTL_VERIFY_USAGE_PARA
impl Clone for CTL_VERIFY_USAGE_PARA
impl Copy for CTL_VERIFY_USAGE_PARA
Auto Trait Implementations
impl RefUnwindSafe for CTL_VERIFY_USAGE_PARA
impl !Send for CTL_VERIFY_USAGE_PARA
impl !Sync for CTL_VERIFY_USAGE_PARA
impl Unpin for CTL_VERIFY_USAGE_PARA
impl UnwindSafe for CTL_VERIFY_USAGE_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