#[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: CRYPT_INTEGER_BLOB, pub sEncodedMemberInfo: CRYPT_INTEGER_BLOB, }
Expand description

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

Fields§

§cbStruct: u32§pwszReferenceTag: PWSTR§pwszFileName: PWSTR§gSubjectType: GUID§fdwMemberFlags: u32§pIndirectData: *mut SIP_INDIRECT_DATA§dwCertVersion: u32§dwReserved: u32§hReserved: HANDLE§sEncodedIndirectData: CRYPT_INTEGER_BLOB§sEncodedMemberInfo: CRYPT_INTEGER_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.