Struct rust_gpu_tools::cuda::Buffer
source · pub struct Buffer<T> { /* private fields */ }
Expand description
A Buffer to be used for sending and receiving data to/from the GPU.
Trait Implementations§
Auto Trait Implementations§
impl<T> RefUnwindSafe for Buffer<T>where T: RefUnwindSafe,
impl<T> !Send for Buffer<T>
impl<T> !Sync for Buffer<T>
impl<T> Unpin for Buffer<T>where T: Unpin,
impl<T> UnwindSafe for Buffer<T>where T: UnwindSafe,
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