Trait vulkano::format::ClearValuesTuple[][src]

pub unsafe trait ClearValuesTuple {
    type Iter: Iterator<Item = ClearValue>;
    fn iter(self) -> Self::Iter;
}

Associated Types

Required methods

Implementations on Foreign Types

Implementors