Trait windows::Win32::Graphics::Direct3D11::ID3D11Asynchronous_Impl
pub trait ID3D11Asynchronous_Impl: Sized + ID3D11DeviceChild_Impl {
// Required method
fn GetDataSize(&self) -> u32;
}
Required Methods§
fn GetDataSize(&self) -> u32
Object Safety§
This trait is not object safe.