pub trait IViewObjectPresentFlipSite2_Impl: Sized {
// Required method
fn GetRotationForCurrentOutput(&self) -> Result<DXGI_MODE_ROTATION>;
}
Required Methods§
fn GetRotationForCurrentOutput(&self) -> Result<DXGI_MODE_ROTATION>
Object Safety§
This trait is not object safe.