Trait ITransactionImportWhereabouts_Impl
pub trait ITransactionImportWhereabouts_Impl: IUnknownImpl {
// Required methods
fn GetWhereaboutsSize(&self) -> Result<u32>;
fn GetWhereabouts(
&self,
cbwhereabouts: u32,
rgbwhereabouts: *mut u8,
pcbused: *mut u32,
) -> Result<()>;
}
Required Methods§
fn GetWhereaboutsSize(&self) -> Result<u32>
fn GetWhereabouts( &self, cbwhereabouts: u32, rgbwhereabouts: *mut u8, pcbused: *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.