Trait IDirect3DSurface_Impl
pub trait IDirect3DSurface_Impl: IClosable_Impl {
// Required method
fn Description(&self) -> Result<Direct3DSurfaceDescription>;
}
Required Methods§
fn Description(&self) -> Result<Direct3DSurfaceDescription>
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.