Trait IVBFormat_Impl
pub trait IVBFormat_Impl: IUnknownImpl {
// Required method
fn Format(
&self,
vdata: *mut VARIANT,
bstrformat: &BSTR,
lpbuffer: *mut c_void,
cb: u16,
lcid: i32,
sfirstdayofweek: i16,
sfirstweekofyear: u16,
rcb: *mut u16,
) -> Result<()>;
}
Required Methods§
fn Format( &self, vdata: *mut VARIANT, bstrformat: &BSTR, lpbuffer: *mut c_void, cb: u16, lcid: i32, sfirstdayofweek: i16, sfirstweekofyear: u16, rcb: *mut u16, ) -> 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.