#[repr(C)]pub struct INTERNET_CERTIFICATE_INFO {
pub ftExpiry: FILETIME,
pub ftStart: FILETIME,
pub lpszSubjectInfo: LPWSTR,
pub lpszIssuerInfo: LPWSTR,
pub lpszProtocolName: LPWSTR,
pub lpszSignatureAlgName: LPWSTR,
pub lpszEncryptionAlgName: LPWSTR,
pub dwKeySize: DWORD,
}
Fields§
§ftExpiry: FILETIME
§ftStart: FILETIME
§lpszSubjectInfo: LPWSTR
§lpszIssuerInfo: LPWSTR
§lpszProtocolName: LPWSTR
§lpszSignatureAlgName: LPWSTR
§lpszEncryptionAlgName: LPWSTR
§dwKeySize: DWORD
Trait Implementations§
Source§impl Clone for INTERNET_CERTIFICATE_INFO
impl Clone for INTERNET_CERTIFICATE_INFO
Source§fn clone(&self) -> INTERNET_CERTIFICATE_INFO
fn clone(&self) -> INTERNET_CERTIFICATE_INFO
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 Default for INTERNET_CERTIFICATE_INFO
impl Default for INTERNET_CERTIFICATE_INFO
Source§fn default() -> INTERNET_CERTIFICATE_INFO
fn default() -> INTERNET_CERTIFICATE_INFO
Returns the “default value” for a type. Read more
impl Copy for INTERNET_CERTIFICATE_INFO
Auto Trait Implementations§
impl Freeze for INTERNET_CERTIFICATE_INFO
impl RefUnwindSafe for INTERNET_CERTIFICATE_INFO
impl !Send for INTERNET_CERTIFICATE_INFO
impl !Sync for INTERNET_CERTIFICATE_INFO
impl Unpin for INTERNET_CERTIFICATE_INFO
impl UnwindSafe for INTERNET_CERTIFICATE_INFO
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