Struct windows_sys::Win32::Security::WinTrust::CAT_MEMBERINFO
[−]Expand description
Required features: ‘Win32_Security_WinTrust’
Fields
pwszSubjGuid: PWSTR
dwCertVersion: u32
Trait Implementations
impl Clone for CAT_MEMBERINFO
impl Clone for CAT_MEMBERINFO
impl Copy for CAT_MEMBERINFO
Auto Trait Implementations
impl RefUnwindSafe for CAT_MEMBERINFO
impl !Send for CAT_MEMBERINFO
impl !Sync for CAT_MEMBERINFO
impl Unpin for CAT_MEMBERINFO
impl UnwindSafe for CAT_MEMBERINFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more