#[repr(C)]
pub struct CRYPTCATMEMBER { pub cbStruct: u32, pub pwszReferenceTag: PWSTR, pub pwszFileName: PWSTR, pub gSubjectType: GUID, pub fdwMemberFlags: u32, pub pIndirectData: *mut SIP_INDIRECT_DATA, pub dwCertVersion: u32, pub dwReserved: u32, pub hReserved: HANDLE, pub sEncodedIndirectData: CRYPTOAPI_BLOB, pub sEncodedMemberInfo: CRYPTOAPI_BLOB, }
Expand description

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

Fields

cbStruct: u32pwszReferenceTag: PWSTRpwszFileName: PWSTRgSubjectType: GUIDfdwMemberFlags: u32pIndirectData: *mut SIP_INDIRECT_DATAdwCertVersion: u32dwReserved: u32hReserved: HANDLEsEncodedIndirectData: CRYPTOAPI_BLOBsEncodedMemberInfo: CRYPTOAPI_BLOB

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.