#[repr(C)]
pub union SIGNER_SUBJECT_INFO_0 {
pub pSignerFileInfo: *mut SIGNER_FILE_INFO,
pub pSignerBlobInfo: *mut SIGNER_BLOB_INFO,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§pSignerFileInfo: *mut SIGNER_FILE_INFO
§pSignerBlobInfo: *mut SIGNER_BLOB_INFO
Trait Implementations§
§impl Clone for SIGNER_SUBJECT_INFO_0
impl Clone for SIGNER_SUBJECT_INFO_0
impl Copy for SIGNER_SUBJECT_INFO_0
Auto Trait Implementations§
impl RefUnwindSafe for SIGNER_SUBJECT_INFO_0
impl !Send for SIGNER_SUBJECT_INFO_0
impl !Sync for SIGNER_SUBJECT_INFO_0
impl Unpin for SIGNER_SUBJECT_INFO_0
impl UnwindSafe for SIGNER_SUBJECT_INFO_0
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