#[repr(C)]
pub struct SIP_SUBJECTINFO {
Show 18 fields pub cbSize: u32, pub pgSubjectType: *mut GUID, pub hFile: HANDLE, pub pwsFileName: PCWSTR, pub pwsDisplayName: PCWSTR, pub dwReserved1: u32, pub dwIntVersion: u32, pub hProv: usize, pub DigestAlgorithm: CRYPT_ALGORITHM_IDENTIFIER, pub dwFlags: u32, pub dwEncodingType: u32, pub dwReserved2: u32, pub fdwCAPISettings: u32, pub fdwSecuritySettings: u32, pub dwIndex: u32, pub dwUnionChoice: u32, pub Anonymous: SIP_SUBJECTINFO_0, pub pClientData: *mut c_void,
}
Expand description

Required features: "Win32_Security_Cryptography_Sip", "Win32_Foundation", "Win32_Security_Cryptography_Catalog"

Fields

cbSize: u32pgSubjectType: *mut GUIDhFile: HANDLEpwsFileName: PCWSTRpwsDisplayName: PCWSTRdwReserved1: u32dwIntVersion: u32hProv: usizeDigestAlgorithm: CRYPT_ALGORITHM_IDENTIFIERdwFlags: u32dwEncodingType: u32dwReserved2: u32fdwCAPISettings: u32fdwSecuritySettings: u32dwIndex: u32dwUnionChoice: u32Anonymous: SIP_SUBJECTINFO_0pClientData: *mut c_void

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.