windows::Win32::Web::InternetExplorer

Trait ISurfacePresenterFlip2_Impl

pub trait ISurfacePresenterFlip2_Impl: IUnknownImpl {
    // Required method
    fn SetRotation(&self, dxgirotation: DXGI_MODE_ROTATION) -> Result<()>;
}

Required Methods§

fn SetRotation(&self, dxgirotation: DXGI_MODE_ROTATION) -> 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§