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