Trait IBindResource_Impl
pub trait IBindResource_Impl: IUnknownImpl {
// Required method
fn Bind(
&self,
punkouter: Ref<'_, IUnknown>,
pwszurl: &PCWSTR,
dwbindurlflags: u32,
rguid: *const GUID,
riid: *const GUID,
pauthenticate: Ref<'_, IAuthenticate>,
pimplsession: *mut DBIMPLICITSESSION,
pdwbindstatus: *mut u32,
ppunk: OutRef<'_, IUnknown>,
) -> Result<()>;
}
Required Methods§
fn Bind( &self, punkouter: Ref<'_, IUnknown>, pwszurl: &PCWSTR, dwbindurlflags: u32, rguid: *const GUID, riid: *const GUID, pauthenticate: Ref<'_, IAuthenticate>, pimplsession: *mut DBIMPLICITSESSION, pdwbindstatus: *mut u32, ppunk: OutRef<'_, IUnknown>, ) -> 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.