Trait windows::Win32::Media::DirectShow::IDvdCmd_Impl
pub trait IDvdCmd_Impl: Sized {
// Required methods
fn WaitForStart(&self) -> Result<()>;
fn WaitForEnd(&self) -> Result<()>;
}
Required Methods§
fn WaitForStart(&self) -> Result<()>
fn WaitForEnd(&self) -> Result<()>
Object Safety§
This trait is not object safe.