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