#[repr(C)]pub struct SIP_SUBJECTINFO {Show 18 fields
pub cbSize: DWORD,
pub pgSubjectType: *mut GUID,
pub hFile: HANDLE,
pub pwsFileName: LPCWSTR,
pub pwsDisplayName: LPCWSTR,
pub dwReserved1: DWORD,
pub dwIntVersion: DWORD,
pub hProv: HCRYPTPROV,
pub DigestAlgorithm: CRYPT_ALGORITHM_IDENTIFIER,
pub dwFlags: DWORD,
pub dwEncodingType: DWORD,
pub dwReserved2: DWORD,
pub fdwCAPISettings: DWORD,
pub fdwSecuritySettings: DWORD,
pub dwIndex: DWORD,
pub dwUnionChoice: DWORD,
pub u: SIP_SUBJECTINFO_u,
pub pClientData: LPVOID,
}Fields§
§cbSize: DWORD§pgSubjectType: *mut GUID§hFile: HANDLE§pwsFileName: LPCWSTR§pwsDisplayName: LPCWSTR§dwReserved1: DWORD§dwIntVersion: DWORD§hProv: HCRYPTPROV§DigestAlgorithm: CRYPT_ALGORITHM_IDENTIFIER§dwFlags: DWORD§dwEncodingType: DWORD§dwReserved2: DWORD§fdwCAPISettings: DWORD§fdwSecuritySettings: DWORD§dwIndex: DWORD§dwUnionChoice: DWORD§u: SIP_SUBJECTINFO_u§pClientData: LPVOIDTrait Implementations§
Source§impl Clone for SIP_SUBJECTINFO
impl Clone for SIP_SUBJECTINFO
Source§fn clone(&self) -> SIP_SUBJECTINFO
fn clone(&self) -> SIP_SUBJECTINFO
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 SIP_SUBJECTINFO
impl Default for SIP_SUBJECTINFO
Source§fn default() -> SIP_SUBJECTINFO
fn default() -> SIP_SUBJECTINFO
Returns the “default value” for a type. Read more
impl Copy for SIP_SUBJECTINFO
Auto Trait Implementations§
impl Freeze for SIP_SUBJECTINFO
impl RefUnwindSafe for SIP_SUBJECTINFO
impl !Send for SIP_SUBJECTINFO
impl !Sync for SIP_SUBJECTINFO
impl Unpin for SIP_SUBJECTINFO
impl UnwindSafe for SIP_SUBJECTINFO
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