Struct webview2_com::Microsoft::Web::WebView2::Win32::COREWEBVIEW2_DOWNLOAD_STATE
source · pub struct COREWEBVIEW2_DOWNLOAD_STATE(pub i32);Tuple Fields§
§0: i32Trait Implementations§
source§impl Clone for COREWEBVIEW2_DOWNLOAD_STATE
impl Clone for COREWEBVIEW2_DOWNLOAD_STATE
source§fn clone(&self) -> COREWEBVIEW2_DOWNLOAD_STATE
fn clone(&self) -> COREWEBVIEW2_DOWNLOAD_STATE
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 moresource§impl Debug for COREWEBVIEW2_DOWNLOAD_STATE
impl Debug for COREWEBVIEW2_DOWNLOAD_STATE
source§impl Default for COREWEBVIEW2_DOWNLOAD_STATE
impl Default for COREWEBVIEW2_DOWNLOAD_STATE
source§fn default() -> COREWEBVIEW2_DOWNLOAD_STATE
fn default() -> COREWEBVIEW2_DOWNLOAD_STATE
Returns the “default value” for a type. Read more
source§impl PartialEq<COREWEBVIEW2_DOWNLOAD_STATE> for COREWEBVIEW2_DOWNLOAD_STATE
impl PartialEq<COREWEBVIEW2_DOWNLOAD_STATE> for COREWEBVIEW2_DOWNLOAD_STATE
source§fn 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 ==.