pub trait IDCompositionDeviceDebug_Impl: Sized {
    // Required methods
    fn EnableDebugCounters(&self) -> Result<()>;
    fn DisableDebugCounters(&self) -> Result<()>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§