windows::Win32::System::Com

Trait ITypeLibRegistration_Impl

pub trait ITypeLibRegistration_Impl: IUnknownImpl {
    // Required methods
    fn GetGuid(&self) -> Result<GUID>;
    fn GetVersion(&self) -> Result<BSTR>;
    fn GetLcid(&self) -> Result<u32>;
    fn GetWin32Path(&self) -> Result<BSTR>;
    fn GetWin64Path(&self) -> Result<BSTR>;
    fn GetDisplayName(&self) -> Result<BSTR>;
    fn GetFlags(&self) -> Result<u32>;
    fn GetHelpDir(&self) -> Result<BSTR>;
}

Required Methods§

fn GetGuid(&self) -> Result<GUID>

fn GetVersion(&self) -> Result<BSTR>

fn GetLcid(&self) -> Result<u32>

fn GetWin32Path(&self) -> Result<BSTR>

fn GetWin64Path(&self) -> Result<BSTR>

fn GetDisplayName(&self) -> Result<BSTR>

fn GetFlags(&self) -> Result<u32>

fn GetHelpDir(&self) -> Result<BSTR>

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§