#[repr(C)]
pub struct SERVER_CERTIFICATE_INFO_0 { pub srvci0_name: PWSTR, pub srvci0_subject: PWSTR, pub srvci0_issuer: PWSTR, pub srvci0_thumbprint: PWSTR, pub srvci0_friendlyname: PWSTR, pub srvci0_notbefore: PWSTR, pub srvci0_notafter: PWSTR, pub srvci0_storelocation: PWSTR, pub srvci0_storename: PWSTR, pub srvci0_renewalchain: PWSTR, pub srvci0_type: u32, pub srvci0_flags: u32, }
Expand description

Required features: "Win32_Storage_FileSystem"

Fields

srvci0_name: PWSTRsrvci0_subject: PWSTRsrvci0_issuer: PWSTRsrvci0_thumbprint: PWSTRsrvci0_friendlyname: PWSTRsrvci0_notbefore: PWSTRsrvci0_notafter: PWSTRsrvci0_storelocation: PWSTRsrvci0_storename: PWSTRsrvci0_renewalchain: PWSTRsrvci0_type: u32srvci0_flags: u32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.