#[repr(C)]pub struct WSMAN_CERTIFICATE_DETAILS {
pub subject: PCWSTR,
pub issuerName: PCWSTR,
pub issuerThumbprint: PCWSTR,
pub subjectName: PCWSTR,
}
Expand description
Required features: "Win32_System_RemoteManagement"
Fields
subject: PCWSTR
issuerName: PCWSTR
issuerThumbprint: PCWSTR
subjectName: PCWSTR
Trait Implementations
impl Clone for WSMAN_CERTIFICATE_DETAILS
impl Clone for WSMAN_CERTIFICATE_DETAILS
impl Copy for WSMAN_CERTIFICATE_DETAILS
Auto Trait Implementations
impl RefUnwindSafe for WSMAN_CERTIFICATE_DETAILS
impl !Send for WSMAN_CERTIFICATE_DETAILS
impl !Sync for WSMAN_CERTIFICATE_DETAILS
impl Unpin for WSMAN_CERTIFICATE_DETAILS
impl UnwindSafe for WSMAN_CERTIFICATE_DETAILS
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