| 159 | /// Opaque handle type for MSMF backend buffers. |
| 160 | #[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash)] |
| 161 | pub struct MsmfHandle; |
| 162 | |
| 163 | impl BackendBufferHandle for MsmfHandle {} |
| 164 |
nothing calls this directly
no outgoing calls
no test coverage detected