HwRenderContextNegotiationInterface

Trait HwRenderContextNegotiationInterface 

Source
pub trait HwRenderContextNegotiationInterface: Debug {
    // Required method
    fn as_any(&self) -> &dyn Any;
}

Required Methods§

Source

fn as_any(&self) -> &dyn Any

Implementations on Foreign Types§

Source§

impl HwRenderContextNegotiationInterface for retro_hw_render_context_negotiation_interface

Source§

fn as_any(&self) -> &dyn Any

Source§

impl HwRenderContextNegotiationInterface for retro_hw_render_context_negotiation_interface_vulkan

Available on crate feature vulkan only.
Source§

fn as_any(&self) -> &dyn Any

Implementors§