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