IITVisual_Impl

Trait IITVisual_Impl 

Source
pub trait IITVisual_Impl: Sized + IDispatch_Impl {
    // Required method
    unsafe fn Name(&self, Name: *mut BSTR) -> HRESULT;
}

Required Methods§

Source

unsafe fn Name(&self, Name: *mut BSTR) -> HRESULT

The name of the the visual plug-in.

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.

Implementors§