Crate shared_buffer_rs

Source

Structs§

  • A read only buffer. This instance is Send and Sync as it does not provide any write access.
  • A base instance which holds the leaked pointer to RwBufferInner.
  • An instance which controls the allocation of the new buffers or reusage of already created and free instances. This instance is not thread safe. The external mutex should be used.
  • A Write and Read buffer. An exclusive instance which can not be copied or clonned. Once writing is complete, the instance can be dropped or downgraded to Read-only instance. This instance is NOT Send and Sync.

Enums§

Type Aliases§