winapi-rs icon indicating copy to clipboard operation
winapi-rs copied to clipboard

trait `DerefMut` is required to modify through a dereference, but it is not implemented for `ID3D11Device`

Open chanble opened this issue 3 years ago • 0 comments

            (*output1).DuplicateOutput(
                &mut **device,
                &mut duplication
            )
trait `DerefMut` is required to modify through a dereference, but it is not implemented for `ID3D11Device`

this error occur with winapi 0.3

chanble avatar Apr 12 '21 09:04 chanble