#[repr(C)]pub struct WIN_TRUST_ACTDATA_SUBJECT_ONLY {
pub SubjectType: *mut GUID,
pub Subject: *mut c_void,
}
Expand description
Required features: "Win32_Security_WinTrust"
Fields
SubjectType: *mut GUID
Subject: *mut c_void
Trait Implementations
impl Clone for WIN_TRUST_ACTDATA_SUBJECT_ONLY
impl Clone for WIN_TRUST_ACTDATA_SUBJECT_ONLY
impl Copy for WIN_TRUST_ACTDATA_SUBJECT_ONLY
Auto Trait Implementations
impl RefUnwindSafe for WIN_TRUST_ACTDATA_SUBJECT_ONLY
impl !Send for WIN_TRUST_ACTDATA_SUBJECT_ONLY
impl !Sync for WIN_TRUST_ACTDATA_SUBJECT_ONLY
impl Unpin for WIN_TRUST_ACTDATA_SUBJECT_ONLY
impl UnwindSafe for WIN_TRUST_ACTDATA_SUBJECT_ONLY
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