Skip to main content

ICoreWebView2WindowFeatures_Impl

Trait ICoreWebView2WindowFeatures_Impl 

Source
pub trait ICoreWebView2WindowFeatures_Impl: IUnknownImpl {
    // Required methods
    fn HasPosition(&self) -> Result<BOOL>;
    fn HasSize(&self) -> Result<BOOL>;
    fn Left(&self) -> Result<u32>;
    fn Top(&self) -> Result<u32>;
    fn Height(&self) -> Result<u32>;
    fn Width(&self) -> Result<u32>;
    fn ShouldDisplayMenuBar(&self) -> Result<BOOL>;
    fn ShouldDisplayStatus(&self) -> Result<BOOL>;
    fn ShouldDisplayToolbar(&self) -> Result<BOOL>;
    fn ShouldDisplayScrollBars(&self) -> Result<BOOL>;
}

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§