Struct WIN_TRUST_ACTDATA_SUBJECT_ONLY
#[repr(C)]pub struct WIN_TRUST_ACTDATA_SUBJECT_ONLY {
pub SubjectType: *mut GUID,
pub Subject: *mut c_void,
}
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
§fn clone(&self) -> WIN_TRUST_ACTDATA_SUBJECT_ONLY
fn clone(&self) -> WIN_TRUST_ACTDATA_SUBJECT_ONLY
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for WIN_TRUST_ACTDATA_SUBJECT_ONLY
Auto Trait Implementations§
impl Freeze for WIN_TRUST_ACTDATA_SUBJECT_ONLY
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§
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