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

Required Methods§

fn SetRotation(&self, dxgirotation: DXGI_MODE_ROTATION) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§