#[repr(transparent)]pub struct CoreWebView2ProcessFailedReason(pub i32);
Tuple Fields§
§0: i32
Implementations§
Source§impl CoreWebView2ProcessFailedReason
impl CoreWebView2ProcessFailedReason
pub const Unexpected: Self
pub const Unresponsive: Self
pub const Terminated: Self
pub const Crashed: Self
pub const LaunchFailed: Self
pub const OutOfMemory: Self
Trait Implementations§
Source§impl Abi for CoreWebView2ProcessFailedReason
impl Abi for CoreWebView2ProcessFailedReason
Source§type Abi = CoreWebView2ProcessFailedReason
type Abi = CoreWebView2ProcessFailedReason
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 CoreWebView2ProcessFailedReason
impl Clone for CoreWebView2ProcessFailedReason
Source§fn clone(&self) -> CoreWebView2ProcessFailedReason
fn clone(&self) -> CoreWebView2ProcessFailedReason
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 Default for CoreWebView2ProcessFailedReason
impl Default for CoreWebView2ProcessFailedReason
Source§fn default() -> CoreWebView2ProcessFailedReason
fn default() -> CoreWebView2ProcessFailedReason
Returns the “default value” for a type. Read more
Source§impl From<i32> for CoreWebView2ProcessFailedReason
impl From<i32> for CoreWebView2ProcessFailedReason
Source§impl PartialEq for CoreWebView2ProcessFailedReason
impl PartialEq for CoreWebView2ProcessFailedReason
Source§fn eq(&self, other: &CoreWebView2ProcessFailedReason) -> bool
fn eq(&self, other: &CoreWebView2ProcessFailedReason) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for CoreWebView2ProcessFailedReason
impl Eq for CoreWebView2ProcessFailedReason
impl StructuralPartialEq for CoreWebView2ProcessFailedReason
Auto Trait Implementations§
impl Freeze for CoreWebView2ProcessFailedReason
impl RefUnwindSafe for CoreWebView2ProcessFailedReason
impl Send for CoreWebView2ProcessFailedReason
impl Sync for CoreWebView2ProcessFailedReason
impl Unpin for CoreWebView2ProcessFailedReason
impl UnwindSafe for CoreWebView2ProcessFailedReason
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