windows::Win32::System::SettingsManagementInfrastructure

Trait ISettingsResult_Impl

pub trait ISettingsResult_Impl: IUnknownImpl {
    // Required methods
    fn GetDescription(&self) -> Result<BSTR>;
    fn GetErrorCode(&self) -> Result<HRESULT>;
    fn GetContextDescription(&self) -> Result<BSTR>;
    fn GetLine(&self) -> Result<u32>;
    fn GetColumn(&self) -> Result<u32>;
    fn GetSource(&self) -> Result<BSTR>;
}

Required Methods§

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

fn GetErrorCode(&self) -> Result<HRESULT>

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

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

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

fn GetSource(&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§