windows::Win32::Graphics::Direct3D::Dxc

Trait IDxcIncludeHandler_Impl

pub trait IDxcIncludeHandler_Impl: IUnknownImpl {
    // Required method
    fn LoadSource(&self, pfilename: &PCWSTR) -> Result<IDxcBlob>;
}

Required Methods§

fn LoadSource(&self, pfilename: &PCWSTR) -> Result<IDxcBlob>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§