Trait IMbnPinManager_Impl
pub trait IMbnPinManager_Impl: IUnknownImpl {
// Required methods
fn GetPinList(&self) -> Result<*mut SAFEARRAY>;
fn GetPin(&self, pintype: MBN_PIN_TYPE) -> Result<IMbnPin>;
fn GetPinState(&self) -> Result<u32>;
}
Required Methods§
fn GetPinList(&self) -> Result<*mut SAFEARRAY>
fn GetPin(&self, pintype: MBN_PIN_TYPE) -> Result<IMbnPin>
fn GetPinState(&self) -> Result<u32>
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.