#[repr(C)]pub struct SecPkgContext_CertInfo {
pub dwVersion: DWORD,
pub cbSubjectName: DWORD,
pub pwszSubjectName: LPWSTR,
pub cbIssuerName: DWORD,
pub pwszIssuerName: LPWSTR,
pub dwKeySize: DWORD,
}
Fields§
§dwVersion: DWORD
§cbSubjectName: DWORD
§pwszSubjectName: LPWSTR
§cbIssuerName: DWORD
§pwszIssuerName: LPWSTR
§dwKeySize: DWORD
Trait Implementations§
Source§impl Clone for SecPkgContext_CertInfo
impl Clone for SecPkgContext_CertInfo
Source§fn clone(&self) -> SecPkgContext_CertInfo
fn clone(&self) -> SecPkgContext_CertInfo
Returns a duplicate 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 Default for SecPkgContext_CertInfo
impl Default for SecPkgContext_CertInfo
Source§fn default() -> SecPkgContext_CertInfo
fn default() -> SecPkgContext_CertInfo
Returns the “default value” for a type. Read more
impl Copy for SecPkgContext_CertInfo
Auto Trait Implementations§
impl Freeze for SecPkgContext_CertInfo
impl RefUnwindSafe for SecPkgContext_CertInfo
impl !Send for SecPkgContext_CertInfo
impl !Sync for SecPkgContext_CertInfo
impl Unpin for SecPkgContext_CertInfo
impl UnwindSafe for SecPkgContext_CertInfo
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