Trait heapless::ring_buffer::Uxx[][src]

pub unsafe trait Uxx: Into<usize> + Send + Sealed { }

Types that can be used as RingBuffer indices: u8, u16 and `usize

This trait is sealed and cannot be implemented outside of heapless.

Implementors