Trait Vulkan Swapper ExtManual
Source pub trait VulkanSwapperExtManual: IsA<VulkanSwapper> + 'static {
// Provided methods
fn is_force_aspect_ratio(&self) -> Fraction { ... }
fn set_force_aspect_ratio(&self, pixel_aspect_ratio: Fraction) { ... }
}Provided Methods§
fn is_force_aspect_ratio(&self) -> Fraction
fn set_force_aspect_ratio(&self, pixel_aspect_ratio: Fraction)
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.