Struct windows_sys::Win32::Security::Cryptography::Certificates::CSEDB_RSTMAPW
[−]Expand description
Required features: "Win32_Security_Cryptography_Certificates"
Fields
pwszDatabaseName: PWSTR
pwszNewDatabaseName: PWSTR
Trait Implementations
impl Clone for CSEDB_RSTMAPW
impl Clone for CSEDB_RSTMAPW
impl Copy for CSEDB_RSTMAPW
Auto Trait Implementations
impl RefUnwindSafe for CSEDB_RSTMAPW
impl !Send for CSEDB_RSTMAPW
impl !Sync for CSEDB_RSTMAPW
impl Unpin for CSEDB_RSTMAPW
impl UnwindSafe for CSEDB_RSTMAPW
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