// Assembly: Unity.Collections
// Full name: Unity.Collections.LowLevel.Unsafe.UnsafeRingQueue`1

namespace Unity.Collections.LowLevel.Unsafe
{
public class UnsafeRingQueue`1 // TypeDefIndex: 12883
{
	// Fields
	type#12351 Ptr;
	type#30011 Allocator;
	type#20878 m_Capacity;
	type#20869 m_Filled;
	type#20869 m_Write;
	type#20869 m_Read;

	// Methods
	// RVA: -1
	internal static type#28660 Free(type#12363 data) { }
	// RVA: -1
	public type#15313 get_IsCreated() { }
	// RVA: -1
	public virtual type#28660 Dispose() { }
}
}
