Trait windows::Win32::Graphics::Direct2D::ID2D1CommandList_Impl
pub trait ID2D1CommandList_Impl: Sized + ID2D1Image_Impl {
// Required methods
fn Stream(&self, sink: Option<&ID2D1CommandSink>) -> Result<()>;
fn Close(&self) -> Result<()>;
}
Required Methods§
Object Safety§
This trait is not object safe.