Searched defs:ImmutableBuffer (Results 1 – 1 of 1) sorted by relevance
61 pub struct ImmutableBuffer<T: ?Sized, A = PotentialDedicatedAllocation<StdMemoryPoolAlloc>> { struct69 // This means that the `ImmutableBuffer` can be used as much as we want without any restriction. argument82 impl<T: ?Sized> ImmutableBuffer<T> { argument157 impl<T> ImmutableBuffer<T> { impl189 impl<T> ImmutableBuffer<[T]> { impl245 impl<T: ?Sized> ImmutableBuffer<T> { impl333 impl<T: ?Sized, A> ImmutableBuffer<T, A> { impl356 unsafe impl<T: ?Sized, A> BufferAccess for ImmutableBuffer<T, A> { implementation395 unsafe impl<T: ?Sized, A> TypedBufferAccess for ImmutableBuffer<T, A> { implementation399 unsafe impl<T: ?Sized, A> DeviceOwned for ImmutableBuffer<T, A> { implementation[all …]