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

type Content: ?Sized + 'static

Provided Methods

fn len(&self) -> usize where Self::Content: Content

Implementors