Trait IBidiSpl2_Impl
pub trait IBidiSpl2_Impl: IUnknownImpl {
// Required methods
fn BindDevice(&self, pszdevicename: &PCWSTR, dwaccess: u32) -> Result<()>;
fn UnbindDevice(&self) -> Result<()>;
fn SendRecvXMLString(&self, bstrrequest: &BSTR) -> Result<BSTR>;
fn SendRecvXMLStream(&self, psrequest: Ref<'_, IStream>) -> Result<IStream>;
}
Required Methods§
fn BindDevice(&self, pszdevicename: &PCWSTR, dwaccess: u32) -> Result<()>
fn UnbindDevice(&self) -> Result<()>
fn SendRecvXMLString(&self, bstrrequest: &BSTR) -> Result<BSTR>
fn SendRecvXMLStream(&self, psrequest: Ref<'_, IStream>) -> Result<IStream>
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.