Struct spirv::UnsizedArray [] [src]

pub struct UnsizedArray<T: Debug> { /* fields omitted */ }

Trait Implementations

impl<T: Debug + Debug> Debug for UnsizedArray<T>
[src]

Formats the value using the given formatter.

impl<T: Debug> Index<usize> for UnsizedArray<T>
[src]

The returned type after indexing

The method for the indexing (container[index]) operation