Struct windows_sys::Win32::Security::Cryptography::CTL_FIND_USAGE_PARA
[−]#[repr(C)]pub struct CTL_FIND_USAGE_PARA {
pub cbSize: u32,
pub SubjectUsage: CTL_USAGE,
pub ListIdentifier: CRYPTOAPI_BLOB,
pub pSigner: *mut CERT_INFO,
}
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"
Fields
cbSize: u32
SubjectUsage: CTL_USAGE
ListIdentifier: CRYPTOAPI_BLOB
pSigner: *mut CERT_INFO
Trait Implementations
impl Clone for CTL_FIND_USAGE_PARA
impl Clone for CTL_FIND_USAGE_PARA
impl Copy for CTL_FIND_USAGE_PARA
Auto Trait Implementations
impl RefUnwindSafe for CTL_FIND_USAGE_PARA
impl !Send for CTL_FIND_USAGE_PARA
impl !Sync for CTL_FIND_USAGE_PARA
impl Unpin for CTL_FIND_USAGE_PARA
impl UnwindSafe for CTL_FIND_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