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