Skip to main content

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>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§