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§
source§impl Clone for COREWEBVIEW2_DOWNLOAD_STATE
impl Clone for COREWEBVIEW2_DOWNLOAD_STATE
source§impl Debug for COREWEBVIEW2_DOWNLOAD_STATE
impl Debug for COREWEBVIEW2_DOWNLOAD_STATE
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 ==.