Struct mdarray::buffer::GridBuffer
source · pub struct GridBuffer<T, D: Dim, A: Allocator> { /* private fields */ }Expand description
Dense multidimensional array buffer.
Trait Implementations§
source§impl<T, D: Dim, A: Allocator> Buffer for GridBuffer<T, D, A>
impl<T, D: Dim, A: Allocator> Buffer for GridBuffer<T, D, A>
source§impl<T, D: Dim, A: Allocator> Drop for GridBuffer<T, D, A>
impl<T, D: Dim, A: Allocator> Drop for GridBuffer<T, D, A>
impl<T, D: Dim, A: Allocator> BufferMut for GridBuffer<T, D, A>
impl<T: Send, D: Dim, A: Allocator + Send> Send for GridBuffer<T, D, A>
impl<T, D: Dim, A: Allocator> SizedBuffer for GridBuffer<T, D, A>
impl<T, D: Dim, A: Allocator> SizedBufferMut for GridBuffer<T, D, A>
impl<T: Sync, D: Dim, A: Allocator + Sync> Sync for GridBuffer<T, D, A>
Auto Trait Implementations§
impl<T, D, A> RefUnwindSafe for GridBuffer<T, D, A>
impl<T, D, A> Unpin for GridBuffer<T, D, A>
impl<T, D, A> UnwindSafe for GridBuffer<T, D, A>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more