#[repr(C)]pub struct _CERT_CHAIN_FIND_BY_ISSUER_PARA {
pub cbSize: DWORD,
pub pszUsageIdentifier: LPCSTR,
pub dwKeySpec: DWORD,
pub dwAcquirePrivateKeyFlags: DWORD,
pub cIssuer: DWORD,
pub rgIssuer: *mut CERT_NAME_BLOB,
pub pfnFindCallback: PFN_CERT_CHAIN_FIND_BY_ISSUER_CALLBACK,
pub pvFindArg: *mut c_void,
}
Fields§
§cbSize: DWORD
§pszUsageIdentifier: LPCSTR
§dwKeySpec: DWORD
§dwAcquirePrivateKeyFlags: DWORD
§cIssuer: DWORD
§rgIssuer: *mut CERT_NAME_BLOB
§pfnFindCallback: PFN_CERT_CHAIN_FIND_BY_ISSUER_CALLBACK
§pvFindArg: *mut c_void
Trait Implementations§
Source§impl Clone for _CERT_CHAIN_FIND_BY_ISSUER_PARA
impl Clone for _CERT_CHAIN_FIND_BY_ISSUER_PARA
Source§fn clone(&self) -> _CERT_CHAIN_FIND_BY_ISSUER_PARA
fn clone(&self) -> _CERT_CHAIN_FIND_BY_ISSUER_PARA
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Ord for _CERT_CHAIN_FIND_BY_ISSUER_PARA
impl Ord for _CERT_CHAIN_FIND_BY_ISSUER_PARA
Source§fn cmp(&self, other: &_CERT_CHAIN_FIND_BY_ISSUER_PARA) -> Ordering
fn cmp(&self, other: &_CERT_CHAIN_FIND_BY_ISSUER_PARA) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _CERT_CHAIN_FIND_BY_ISSUER_PARA
impl PartialEq for _CERT_CHAIN_FIND_BY_ISSUER_PARA
Source§fn eq(&self, other: &_CERT_CHAIN_FIND_BY_ISSUER_PARA) -> bool
fn eq(&self, other: &_CERT_CHAIN_FIND_BY_ISSUER_PARA) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for _CERT_CHAIN_FIND_BY_ISSUER_PARA
impl PartialOrd for _CERT_CHAIN_FIND_BY_ISSUER_PARA
impl Copy for _CERT_CHAIN_FIND_BY_ISSUER_PARA
impl Eq for _CERT_CHAIN_FIND_BY_ISSUER_PARA
impl StructuralPartialEq for _CERT_CHAIN_FIND_BY_ISSUER_PARA
Auto Trait Implementations§
impl Freeze for _CERT_CHAIN_FIND_BY_ISSUER_PARA
impl RefUnwindSafe for _CERT_CHAIN_FIND_BY_ISSUER_PARA
impl !Send for _CERT_CHAIN_FIND_BY_ISSUER_PARA
impl !Sync for _CERT_CHAIN_FIND_BY_ISSUER_PARA
impl Unpin for _CERT_CHAIN_FIND_BY_ISSUER_PARA
impl UnwindSafe for _CERT_CHAIN_FIND_BY_ISSUER_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