#[repr(transparent)]pub struct CoreWebView2PermissionState(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
Source§impl Abi for CoreWebView2PermissionState
impl Abi for CoreWebView2PermissionState
Source§type Abi = CoreWebView2PermissionState
type Abi = CoreWebView2PermissionState
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 CoreWebView2PermissionState
impl Clone for CoreWebView2PermissionState
Source§fn clone(&self) -> CoreWebView2PermissionState
fn clone(&self) -> CoreWebView2PermissionState
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 CoreWebView2PermissionState
impl Debug for CoreWebView2PermissionState
Source§impl Default for CoreWebView2PermissionState
impl Default for CoreWebView2PermissionState
Source§fn default() -> CoreWebView2PermissionState
fn default() -> CoreWebView2PermissionState
Returns the “default value” for a type. Read more
Source§impl From<i32> for CoreWebView2PermissionState
impl From<i32> for CoreWebView2PermissionState
impl Copy for CoreWebView2PermissionState
impl Eq for CoreWebView2PermissionState
impl StructuralPartialEq for CoreWebView2PermissionState
Auto Trait Implementations§
impl Freeze for CoreWebView2PermissionState
impl RefUnwindSafe for CoreWebView2PermissionState
impl Send for CoreWebView2PermissionState
impl Sync for CoreWebView2PermissionState
impl Unpin for CoreWebView2PermissionState
impl UnwindSafe for CoreWebView2PermissionState
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