Struct popcorn::buffer::Buffer [] [src]

pub struct Buffer<T: Copy + Sized + Send + 'static> { /* fields omitted */ }

Container that handles synchronization of Memory of type T.

Methods

impl<T: Send + Copy + Sized + 'static> Buffer<T>
[src]

Trait Implementations

impl<T: Debug + Copy + Sized + Send + 'static> Debug for Buffer<T>
[src]

Formats the value using the given formatter.