Struct win_sys::FileSystem::SERVER_CERTIFICATE_INFO_0
source · [−]#[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: u32Trait Implementations
sourceimpl Clone for SERVER_CERTIFICATE_INFO_0
impl Clone for SERVER_CERTIFICATE_INFO_0
sourcepub fn clone(&self) -> SERVER_CERTIFICATE_INFO_0
pub fn clone(&self) -> SERVER_CERTIFICATE_INFO_0
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for SERVER_CERTIFICATE_INFO_0
impl Debug for SERVER_CERTIFICATE_INFO_0
sourceimpl Default for SERVER_CERTIFICATE_INFO_0
impl Default for SERVER_CERTIFICATE_INFO_0
sourcepub fn default() -> SERVER_CERTIFICATE_INFO_0
pub fn default() -> SERVER_CERTIFICATE_INFO_0
Returns the “default value” for a type. Read more
impl Copy for SERVER_CERTIFICATE_INFO_0
impl Eq for SERVER_CERTIFICATE_INFO_0
Auto Trait Implementations
impl RefUnwindSafe for SERVER_CERTIFICATE_INFO_0
impl !Send for SERVER_CERTIFICATE_INFO_0
impl !Sync for SERVER_CERTIFICATE_INFO_0
impl Unpin for SERVER_CERTIFICATE_INFO_0
impl UnwindSafe for SERVER_CERTIFICATE_INFO_0
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more