windows::Win32::Web::InternetExplorer

Trait IIntelliForms_Impl

pub trait IIntelliForms_Impl: IDispatch_Impl {
    // Required methods
    fn enabled(&self) -> Result<VARIANT_BOOL>;
    fn Setenabled(&self, bval: VARIANT_BOOL) -> Result<()>;
}

Required Methods§

fn enabled(&self) -> Result<VARIANT_BOOL>

fn Setenabled(&self, bval: VARIANT_BOOL) -> Result<()>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§