Union windows_sys::Win32::Security::WinTrust::SPC_LINK_0
[−]#[repr(C)]
pub union SPC_LINK_0 {
pub pwszUrl: PWSTR,
pub Moniker: SPC_SERIALIZED_OBJECT,
pub pwszFile: PWSTR,
}
Expand description
Required features: "Win32_Security_WinTrust"
, "Win32_Security_Cryptography"
Fields
pwszUrl: PWSTR
Moniker: SPC_SERIALIZED_OBJECT
pwszFile: PWSTR
Trait Implementations
impl Clone for SPC_LINK_0
impl Clone for SPC_LINK_0
impl Copy for SPC_LINK_0
Auto Trait Implementations
impl RefUnwindSafe for SPC_LINK_0
impl !Send for SPC_LINK_0
impl !Sync for SPC_LINK_0
impl Unpin for SPC_LINK_0
impl UnwindSafe for SPC_LINK_0
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