Skip to main content

IProcDescVsync

Trait IProcDescVsync 

Source
pub trait IProcDescVsync: IProcDescCallBase {
    // Provided methods
    fn m_mode(self) -> GameTime_VsycMode { ... }
    fn set_m_mode(self, value: GameTime_VsycMode) { ... }
}

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§