pub unsafe trait AsInclude {
    fn as_id3dinclude(&self) -> *mut ID3DInclude;
}
Expand description

[docs.microsoft.com] ID3DInclude compatible types

⚠️ Safety ⚠️

By implementing this trait, you promise to return one of:

Required Methods

Treat this as a raw winapi [ID3DInclude].

Implementations on Foreign Types

Implementors