pub trait IUIViewSettingsInterop_Impl: Sized {
    // Required method
    fn GetForWindow(
        &self,
        hwnd: HWND,
        riid: *const GUID,
        ppv: *mut *mut c_void
    ) -> Result<()>;
}

Required Methods§

fn GetForWindow( &self, hwnd: HWND, riid: *const GUID, ppv: *mut *mut c_void ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§