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