VsyncSourceProxyInterface

Trait VsyncSourceProxyInterface 

Source
pub trait VsyncSourceProxyInterface: Send + Sync {
    // Required method
    fn set_vsync_enabled(&self, enabled: bool) -> Result<(), Error>;
}

Required Methods§

Source

fn set_vsync_enabled(&self, enabled: bool) -> Result<(), Error>

Implementors§