Struct windows_sys::Win32::Security::Cryptography::SIGNER_SUBJECT_INFO
#[repr(C)]pub struct SIGNER_SUBJECT_INFO {
pub cbSize: u32,
pub pdwIndex: *mut u32,
pub dwSubjectChoice: SIGNER_SUBJECT_CHOICE,
pub Anonymous: SIGNER_SUBJECT_INFO_0,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§cbSize: u32
§pdwIndex: *mut u32
§dwSubjectChoice: SIGNER_SUBJECT_CHOICE
§Anonymous: SIGNER_SUBJECT_INFO_0
Trait Implementations§
§impl Clone for SIGNER_SUBJECT_INFO
impl Clone for SIGNER_SUBJECT_INFO
impl Copy for SIGNER_SUBJECT_INFO
Auto Trait Implementations§
impl RefUnwindSafe for SIGNER_SUBJECT_INFO
impl !Send for SIGNER_SUBJECT_INFO
impl !Sync for SIGNER_SUBJECT_INFO
impl Unpin for SIGNER_SUBJECT_INFO
impl UnwindSafe for SIGNER_SUBJECT_INFO
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