#[repr(C)]pub struct SPC_LINK {
pub dwLinkChoice: u32,
pub Anonymous: SPC_LINK_0,
}
Expand description
Required features: "Win32_Security_WinTrust"
, "Win32_Security_Cryptography"
Fields
dwLinkChoice: u32
Anonymous: SPC_LINK_0
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SPC_LINK
impl !Send for SPC_LINK
impl !Sync for SPC_LINK
impl Unpin for SPC_LINK
impl UnwindSafe for SPC_LINK
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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