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