pub trait IHolographicSpaceInterop_Impl: Sized {
    // Required method
    fn CreateForWindow(
        &self,
        window: HWND,
        riid: *const GUID,
        holographicspace: *mut *mut c_void
    ) -> Result<()>;
}

Required Methods§

fn CreateForWindow( &self, window: HWND, riid: *const GUID, holographicspace: *mut *mut c_void ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§