Struct windows_sys::Win32::Security::Cryptography::CTL_VERIFY_USAGE_PARA
#[repr(C)]pub struct CTL_VERIFY_USAGE_PARA {
pub cbSize: u32,
pub ListIdentifier: CRYPT_INTEGER_BLOB,
pub cCtlStore: u32,
pub rghCtlStore: *mut HCERTSTORE,
pub cSignerStore: u32,
pub rghSignerStore: *mut HCERTSTORE,
}
Fields§
§cbSize: u32
§ListIdentifier: CRYPT_INTEGER_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§
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