Trait IInternetBindInfo_Impl
pub trait IInternetBindInfo_Impl: IUnknownImpl {
// Required methods
fn GetBindInfo(
&self,
grfbindf: *mut u32,
pbindinfo: *mut BINDINFO,
) -> Result<()>;
fn GetBindString(
&self,
ulstringtype: u32,
ppwzstr: *mut PWSTR,
cel: u32,
pcelfetched: *mut u32,
) -> Result<()>;
}
Required Methods§
fn GetBindInfo( &self, grfbindf: *mut u32, pbindinfo: *mut BINDINFO, ) -> Result<()>
fn GetBindString( &self, ulstringtype: u32, ppwzstr: *mut PWSTR, cel: u32, pcelfetched: *mut u32, ) -> 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.