Trait IInkTablets_Impl
pub trait IInkTablets_Impl: IDispatch_Impl {
// Required methods
fn Count(&self) -> Result<i32>;
fn _NewEnum(&self) -> Result<IUnknown>;
fn DefaultTablet(&self) -> Result<IInkTablet>;
fn Item(&self, index: i32) -> Result<IInkTablet>;
fn IsPacketPropertySupported(
&self,
packetpropertyname: &BSTR,
) -> Result<VARIANT_BOOL>;
}
Required Methods§
fn Count(&self) -> Result<i32>
fn _NewEnum(&self) -> Result<IUnknown>
fn DefaultTablet(&self) -> Result<IInkTablet>
fn Item(&self, index: i32) -> Result<IInkTablet>
fn IsPacketPropertySupported( &self, packetpropertyname: &BSTR, ) -> Result<VARIANT_BOOL>
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.