pub trait IDisplayPathInterop_Impl: Sized {
    // Required methods
    fn CreateSourcePresentationHandle(&self) -> Result<HANDLE>;
    fn GetSourceId(&self) -> Result<u32>;
}

Required Methods§

fn CreateSourcePresentationHandle(&self) -> Result<HANDLE>

fn GetSourceId(&self) -> Result<u32>

Object Safety§

This trait is not object safe.

Implementors§