windows::Win32::UI::Shell

Trait ILaunchSourceViewSizePreference_Impl

pub trait ILaunchSourceViewSizePreference_Impl: IUnknownImpl {
    // Required methods
    fn GetSourceViewToPosition(&self) -> Result<HWND>;
    fn GetSourceViewSizePreference(
        &self,
    ) -> Result<APPLICATION_VIEW_SIZE_PREFERENCE>;
}

Required Methods§

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§