Trait IStreamBufferConfigure3_Impl
pub trait IStreamBufferConfigure3_Impl: IStreamBufferConfigure2_Impl {
// Required methods
fn SetStartRecConfig(&self, fstartstopscur: BOOL) -> Result<()>;
fn GetStartRecConfig(&self) -> Result<BOOL>;
fn SetNamespace(&self, psznamespace: &PCWSTR) -> Result<()>;
fn GetNamespace(&self) -> Result<PWSTR>;
}
Required Methods§
fn SetStartRecConfig(&self, fstartstopscur: BOOL) -> Result<()>
fn GetStartRecConfig(&self) -> Result<BOOL>
fn SetNamespace(&self, psznamespace: &PCWSTR) -> Result<()>
fn GetNamespace(&self) -> Result<PWSTR>
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.