windows::Win32::Web::InternetExplorer

Trait ISurfacePresenterFlip_Impl

pub trait ISurfacePresenterFlip_Impl: IUnknownImpl {
    // Required methods
    fn Present(&self) -> Result<()>;
    fn GetBuffer(
        &self,
        backbufferindex: u32,
        riid: *const GUID,
        ppbuffer: *mut *mut c_void,
    ) -> Result<()>;
}

Required Methods§

fn Present(&self) -> Result<()>

fn GetBuffer( &self, backbufferindex: u32, riid: *const GUID, ppbuffer: *mut *mut c_void, ) -> 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§