Struct webview2_com_sys::Microsoft::Web::WebView2::Win32::COREWEBVIEW2_PRINT_STATUS
source · #[repr(transparent)]pub struct COREWEBVIEW2_PRINT_STATUS(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
source§impl Clone for COREWEBVIEW2_PRINT_STATUS
impl Clone for COREWEBVIEW2_PRINT_STATUS
source§impl Debug for COREWEBVIEW2_PRINT_STATUS
impl Debug for COREWEBVIEW2_PRINT_STATUS
source§impl Default for COREWEBVIEW2_PRINT_STATUS
impl Default for COREWEBVIEW2_PRINT_STATUS
source§impl PartialEq<COREWEBVIEW2_PRINT_STATUS> for COREWEBVIEW2_PRINT_STATUS
impl PartialEq<COREWEBVIEW2_PRINT_STATUS> for COREWEBVIEW2_PRINT_STATUS
source§fn eq(&self, other: &COREWEBVIEW2_PRINT_STATUS) -> bool
fn eq(&self, other: &COREWEBVIEW2_PRINT_STATUS) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.