Trait vulkano::buffer::traits::TypedBuffer [] [src]

pub unsafe trait TypedBuffer: Buffer {
    type Content: ?Sized + 'static;
    fn len(&self) -> usize where Self::Content: Content { ... }
}

Associated Types

Provided Methods

Implementors