Home
last modified time | relevance | path

Searched defs:ImmutableBuffer (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/vulkano/src/buffer/
Dimmutable.rs61 pub struct ImmutableBuffer<T: ?Sized, A = PotentialDedicatedAllocation<StdMemoryPoolAlloc>> { struct
69 // This means that the `ImmutableBuffer` can be used as much as we want without any restriction. argument
82 impl<T: ?Sized> ImmutableBuffer<T> { argument
157 impl<T> ImmutableBuffer<T> { impl
189 impl<T> ImmutableBuffer<[T]> { impl
245 impl<T: ?Sized> ImmutableBuffer<T> { impl
333 impl<T: ?Sized, A> ImmutableBuffer<T, A> { impl
356 unsafe impl<T: ?Sized, A> BufferAccess for ImmutableBuffer<T, A> { implementation
395 unsafe impl<T: ?Sized, A> TypedBufferAccess for ImmutableBuffer<T, A> { implementation
399 unsafe impl<T: ?Sized, A> DeviceOwned for ImmutableBuffer<T, A> { implementation
[all …]