Struct windows_sys::Win32::Security::WinTrust::CAT_MEMBERINFO2
[−]Expand description
Required features: "Win32_Security_WinTrust"
Fields
SubjectGuid: GUID
dwCertVersion: u32
Trait Implementations
impl Clone for CAT_MEMBERINFO2
impl Clone for CAT_MEMBERINFO2
impl Copy for CAT_MEMBERINFO2
Auto Trait Implementations
impl RefUnwindSafe for CAT_MEMBERINFO2
impl Send for CAT_MEMBERINFO2
impl Sync for CAT_MEMBERINFO2
impl Unpin for CAT_MEMBERINFO2
impl UnwindSafe for CAT_MEMBERINFO2
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