Trait IStreamBufferSink_Impl
pub trait IStreamBufferSink_Impl: IUnknownImpl {
// Required methods
fn LockProfile(&self, pszstreambufferfilename: &PCWSTR) -> Result<()>;
fn CreateRecorder(
&self,
pszfilename: &PCWSTR,
dwrecordtype: u32,
) -> Result<IUnknown>;
fn IsProfileLocked(&self) -> Result<()>;
}
Required Methods§
fn LockProfile(&self, pszstreambufferfilename: &PCWSTR) -> Result<()>
fn CreateRecorder( &self, pszfilename: &PCWSTR, dwrecordtype: u32, ) -> Result<IUnknown>
fn IsProfileLocked(&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.