pub trait VsyncModeWgpu {
// Required method
fn to_present_mode(self) -> PresentMode;
}Expand description
VsyncMode → wgpu::PresentMode.
Required Methods§
fn to_present_mode(self) -> PresentMode
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".