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