Struct windows_sys::Win32::Storage::FileSystem::SERVER_CERTIFICATE_INFO_0
#[repr(C)]pub struct SERVER_CERTIFICATE_INFO_0 {Show 13 fields
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,
pub srvci0_mapping_status: u32,
}
Fields§
§srvci0_name: PWSTR
§srvci0_subject: PWSTR
§srvci0_issuer: PWSTR
§srvci0_thumbprint: PWSTR
§srvci0_friendlyname: PWSTR
§srvci0_notbefore: PWSTR
§srvci0_notafter: PWSTR
§srvci0_storelocation: PWSTR
§srvci0_storename: PWSTR
§srvci0_renewalchain: PWSTR
§srvci0_type: u32
§srvci0_flags: u32
§srvci0_mapping_status: u32
Trait Implementations§
§impl Clone for SERVER_CERTIFICATE_INFO_0
impl Clone for SERVER_CERTIFICATE_INFO_0
§fn clone(&self) -> SERVER_CERTIFICATE_INFO_0
fn clone(&self) -> SERVER_CERTIFICATE_INFO_0
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for SERVER_CERTIFICATE_INFO_0
Auto Trait Implementations§
impl Freeze for SERVER_CERTIFICATE_INFO_0
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)