Home
last modified time | relevance | path

Searched defs:SupportedSurfaceTransformsIter (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/vulkano/src/swapchain/
Dcapabilities.rs463 pub fn iter(&self) -> SupportedSurfaceTransformsIter { in iter()
470 pub struct SupportedSurfaceTransformsIter(SupportedSurfaceTransforms); struct
472 impl Iterator for SupportedSurfaceTransformsIter { implementation