windows::Win32::UI::Shell

Trait IApplicationDestinations_Impl

pub trait IApplicationDestinations_Impl: IUnknownImpl {
    // Required methods
    fn SetAppID(&self, pszappid: &PCWSTR) -> Result<()>;
    fn RemoveDestination(&self, punk: Ref<'_, IUnknown>) -> Result<()>;
    fn RemoveAllDestinations(&self) -> Result<()>;
}

Required Methods§

fn SetAppID(&self, pszappid: &PCWSTR) -> Result<()>

fn RemoveDestination(&self, punk: Ref<'_, IUnknown>) -> Result<()>

fn RemoveAllDestinations(&self) -> Result<()>

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§