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