pub trait IDCompositionInkTrailDevice_Impl: Sized {
    // Required methods
    fn CreateDelegatedInkTrail(&self) -> Result<IDCompositionDelegatedInkTrail>;
    fn CreateDelegatedInkTrailForSwapChain(
        &self,
        swapchain: Option<&IUnknown>
    ) -> Result<IDCompositionDelegatedInkTrail>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§