Struct webview2_com_sys::Microsoft::Web::WebView2::Win32::COREWEBVIEW2_DOWNLOAD_STATE
source · [−]#[repr(transparent)]pub struct COREWEBVIEW2_DOWNLOAD_STATE(pub i32);Tuple Fields
0: i32Trait Implementations
sourceimpl Clone for COREWEBVIEW2_DOWNLOAD_STATE
impl Clone for COREWEBVIEW2_DOWNLOAD_STATE
sourceimpl Debug for COREWEBVIEW2_DOWNLOAD_STATE
impl Debug for COREWEBVIEW2_DOWNLOAD_STATE
sourceimpl Default for COREWEBVIEW2_DOWNLOAD_STATE
impl Default for COREWEBVIEW2_DOWNLOAD_STATE
sourceimpl PartialEq<COREWEBVIEW2_DOWNLOAD_STATE> for COREWEBVIEW2_DOWNLOAD_STATE
impl PartialEq<COREWEBVIEW2_DOWNLOAD_STATE> for COREWEBVIEW2_DOWNLOAD_STATE
sourcefn eq(&self, other: &COREWEBVIEW2_DOWNLOAD_STATE) -> bool
fn eq(&self, other: &COREWEBVIEW2_DOWNLOAD_STATE) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &COREWEBVIEW2_DOWNLOAD_STATE) -> bool
fn ne(&self, other: &COREWEBVIEW2_DOWNLOAD_STATE) -> bool
This method tests for !=.
impl Copy for COREWEBVIEW2_DOWNLOAD_STATE
impl Eq for COREWEBVIEW2_DOWNLOAD_STATE
impl StructuralEq for COREWEBVIEW2_DOWNLOAD_STATE
impl StructuralPartialEq for COREWEBVIEW2_DOWNLOAD_STATE
Auto Trait Implementations
impl RefUnwindSafe for COREWEBVIEW2_DOWNLOAD_STATE
impl Send for COREWEBVIEW2_DOWNLOAD_STATE
impl Sync for COREWEBVIEW2_DOWNLOAD_STATE
impl Unpin for COREWEBVIEW2_DOWNLOAD_STATE
impl UnwindSafe for COREWEBVIEW2_DOWNLOAD_STATE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more