pub trait ID3D11RefDefaultTrackingOptions_Impl: Sized {
// Required method
fn SetTrackingOptions(
&self,
resourcetypeflags: u32,
options: u32,
) -> Result<()>;
}
Required Methods§
fn SetTrackingOptions(&self, resourcetypeflags: u32, options: u32) -> Result<()>
Object Safety§
This trait is not object safe.