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