Trait IConfigAsfWriter2_Impl
pub trait IConfigAsfWriter2_Impl: IConfigAsfWriter_Impl {
// Required methods
fn StreamNumFromPin(&self, ppin: Ref<'_, IPin>) -> Result<u16>;
fn SetParam(&self, dwparam: u32, dwparam1: u32, dwparam2: u32) -> Result<()>;
fn GetParam(
&self,
dwparam: u32,
pdwparam1: *mut u32,
pdwparam2: *mut u32,
) -> Result<()>;
fn ResetMultiPassState(&self) -> Result<()>;
}
Required Methods§
fn StreamNumFromPin(&self, ppin: Ref<'_, IPin>) -> Result<u16>
fn SetParam(&self, dwparam: u32, dwparam1: u32, dwparam2: u32) -> Result<()>
fn GetParam( &self, dwparam: u32, pdwparam1: *mut u32, pdwparam2: *mut u32, ) -> Result<()>
fn ResetMultiPassState(&self) -> Result<()>
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.