[][src]Trait retro_rs::FramebufferToImageBuffer

pub trait FramebufferToImageBuffer {
    fn create_imagebuffer(
        &self
    ) -> Result<ImageBuffer<Rgb<u8>, Vec<u8>>, RetroRsError>; }

Required methods

Loading content...

Implementors

impl FramebufferToImageBuffer for Emulator[src]

Loading content...