Struct webview2_com_sys::Microsoft::Web::WebView2::Win32::ICoreWebView2Certificate
source · [−]#[repr(transparent)]pub struct ICoreWebView2Certificate(_);
Implementations
sourceimpl ICoreWebView2Certificate
impl ICoreWebView2Certificate
pub unsafe fn Subject(&self, value: *mut PWSTR) -> Result<()>
pub unsafe fn Issuer(&self, value: *mut PWSTR) -> Result<()>
pub unsafe fn ValidFrom(&self, value: *mut f64) -> Result<()>
pub unsafe fn ValidTo(&self, value: *mut f64) -> Result<()>
pub unsafe fn DerEncodedSerialNumber(&self, value: *mut PWSTR) -> Result<()>
pub unsafe fn DisplayName(&self, value: *mut PWSTR) -> Result<()>
pub unsafe fn ToPemEncoding(&self, pemencodeddata: *mut PWSTR) -> Result<()>
pub unsafe fn PemEncodedIssuerCertificateChain(
&self
) -> Result<ICoreWebView2StringCollection>
Trait Implementations
sourceimpl Clone for ICoreWebView2Certificate
impl Clone for ICoreWebView2Certificate
sourceimpl Debug for ICoreWebView2Certificate
impl Debug for ICoreWebView2Certificate
sourceimpl<'a> From<&'a ICoreWebView2Certificate> for &'a IUnknown
impl<'a> From<&'a ICoreWebView2Certificate> for &'a IUnknown
sourcefn from(value: &'a ICoreWebView2Certificate) -> Self
fn from(value: &'a ICoreWebView2Certificate) -> Self
Converts to this type from the input type.
sourceimpl From<&ICoreWebView2Certificate> for IUnknown
impl From<&ICoreWebView2Certificate> for IUnknown
sourcefn from(value: &ICoreWebView2Certificate) -> Self
fn from(value: &ICoreWebView2Certificate) -> Self
Converts to this type from the input type.
sourceimpl From<ICoreWebView2Certificate> for IUnknown
impl From<ICoreWebView2Certificate> for IUnknown
sourcefn from(value: ICoreWebView2Certificate) -> Self
fn from(value: ICoreWebView2Certificate) -> Self
Converts to this type from the input type.
sourceimpl Interface for ICoreWebView2Certificate
impl Interface for ICoreWebView2Certificate
sourceimpl PartialEq<ICoreWebView2Certificate> for ICoreWebView2Certificate
impl PartialEq<ICoreWebView2Certificate> for ICoreWebView2Certificate
impl Eq for ICoreWebView2Certificate
Auto Trait Implementations
impl RefUnwindSafe for ICoreWebView2Certificate
impl !Send for ICoreWebView2Certificate
impl !Sync for ICoreWebView2Certificate
impl Unpin for ICoreWebView2Certificate
impl UnwindSafe for ICoreWebView2Certificate
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