#[repr(transparent)]pub struct CoreWebView2WebErrorStatus(pub i32);
Tuple Fields§
§0: i32
Implementations§
Source§impl CoreWebView2WebErrorStatus
impl CoreWebView2WebErrorStatus
pub const Unknown: Self
pub const CertificateCommonNameIsIncorrect: Self
pub const CertificateExpired: Self
pub const ClientCertificateContainsErrors: Self
pub const CertificateRevoked: Self
pub const CertificateIsInvalid: Self
pub const ServerUnreachable: Self
pub const Timeout: Self
pub const ErrorHttpInvalidServerResponse: Self
pub const ConnectionAborted: Self
pub const ConnectionReset: Self
pub const Disconnected: Self
pub const CannotConnect: Self
pub const HostNameNotResolved: Self
pub const OperationCanceled: Self
pub const RedirectFailed: Self
pub const UnexpectedError: Self
Trait Implementations§
Source§impl Abi for CoreWebView2WebErrorStatus
impl Abi for CoreWebView2WebErrorStatus
Source§type Abi = CoreWebView2WebErrorStatus
type Abi = CoreWebView2WebErrorStatus
The abi representation of the implementing type. Read more
Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for CoreWebView2WebErrorStatus
impl Clone for CoreWebView2WebErrorStatus
Source§fn clone(&self) -> CoreWebView2WebErrorStatus
fn clone(&self) -> CoreWebView2WebErrorStatus
Returns a duplicate 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 moreSource§impl Debug for CoreWebView2WebErrorStatus
impl Debug for CoreWebView2WebErrorStatus
Source§impl Default for CoreWebView2WebErrorStatus
impl Default for CoreWebView2WebErrorStatus
Source§fn default() -> CoreWebView2WebErrorStatus
fn default() -> CoreWebView2WebErrorStatus
Returns the “default value” for a type. Read more
Source§impl From<i32> for CoreWebView2WebErrorStatus
impl From<i32> for CoreWebView2WebErrorStatus
impl Copy for CoreWebView2WebErrorStatus
impl Eq for CoreWebView2WebErrorStatus
impl StructuralPartialEq for CoreWebView2WebErrorStatus
Auto Trait Implementations§
impl Freeze for CoreWebView2WebErrorStatus
impl RefUnwindSafe for CoreWebView2WebErrorStatus
impl Send for CoreWebView2WebErrorStatus
impl Sync for CoreWebView2WebErrorStatus
impl Unpin for CoreWebView2WebErrorStatus
impl UnwindSafe for CoreWebView2WebErrorStatus
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