pub trait IDMLDevice1_Impl: Sized + IDMLDevice_Impl {
    // Required method
    fn CompileGraph(
        &self,
        desc: *const DML_GRAPH_DESC,
        flags: DML_EXECUTION_FLAGS,
        riid: *const GUID,
        ppv: *mut *mut c_void
    ) -> Result<()>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§