pub trait IDirect3DSurface_Impl: Sized + IClosable_Impl {
    // Required method
    fn Description(&self) -> Result<Direct3DSurfaceDescription>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§