Struct windows_sys::Win32::Security::WinTrust::SPC_SP_OPUS_INFO
#[repr(C)]pub struct SPC_SP_OPUS_INFO {
pub pwszProgramName: PCWSTR,
pub pMoreInfo: *mut SPC_LINK,
pub pPublisherInfo: *mut SPC_LINK,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields§
§pwszProgramName: PCWSTR
§pMoreInfo: *mut SPC_LINK
§pPublisherInfo: *mut SPC_LINK
Trait Implementations§
§impl Clone for SPC_SP_OPUS_INFO
impl Clone for SPC_SP_OPUS_INFO
impl Copy for SPC_SP_OPUS_INFO
Auto Trait Implementations§
impl RefUnwindSafe for SPC_SP_OPUS_INFO
impl !Send for SPC_SP_OPUS_INFO
impl !Sync for SPC_SP_OPUS_INFO
impl Unpin for SPC_SP_OPUS_INFO
impl UnwindSafe for SPC_SP_OPUS_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