pub trait IDCompositionInkTrailDevice_Impl: Sized {
// Required methods
fn CreateDelegatedInkTrail(&self) -> Result<IDCompositionDelegatedInkTrail>;
fn CreateDelegatedInkTrailForSwapChain(
&self,
swapchain: Option<&IUnknown>,
) -> Result<IDCompositionDelegatedInkTrail>;
}
Required Methods§
fn CreateDelegatedInkTrail(&self) -> Result<IDCompositionDelegatedInkTrail>
fn CreateDelegatedInkTrailForSwapChain( &self, swapchain: Option<&IUnknown>, ) -> Result<IDCompositionDelegatedInkTrail>
Object Safety§
This trait is not object safe.