Struct windows_sys::Win32::Security::Cryptography::Sip::SIP_SUBJECTINFO
[−]#[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_voidTrait Implementations
impl Clone for SIP_SUBJECTINFO
impl Clone for SIP_SUBJECTINFO
impl Copy for SIP_SUBJECTINFO
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more