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

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

Associated Types

Required Methods

Implementors