Struct shine_store::spscstate::RefSendBuffer[][src]

pub struct RefSendBuffer<'a, T: 'a>(_, _);

Reference to the buffer held by the producer

Trait Implementations

impl<'a, T> Drop for RefSendBuffer<'a, T>
[src]

Executes the destructor for this type. Read more

impl<'a, T> Deref for RefSendBuffer<'a, T>
[src]

The resulting type after dereferencing.

Important traits for &'a mut R

Dereferences the value.

impl<'a, T> DerefMut for RefSendBuffer<'a, T>
[src]

Important traits for &'a mut R

Mutably dereferences the value.

Auto Trait Implementations

impl<'a, T> Send for RefSendBuffer<'a, T>

impl<'a, T> Sync for RefSendBuffer<'a, T>