Struct heapless::i::Queue [−][src]
pub struct Queue<A, U = usize, C = MultiCore> { /* fields omitted */ }
Expand description
const-fn version of spsc::Queue
Implementations
spsc::Queue const constructor; wrap the returned value in
spsc::Queue
spsc::Queue const constructor; wrap the returned value in
spsc::Queue
spsc::Queue const constructor; wrap the returned value in
spsc::Queue
spsc::Queue const constructor; wrap the returned value in
spsc::Queue
spsc::Queue const constructor; wrap the returned value in
spsc::Queue
spsc::Queue const constructor; wrap the returned value in
spsc::Queue
spsc::Queue const constructor; wrap the returned value in
spsc::Queue
spsc::Queue const constructor; wrap the returned value in
spsc::Queue
Auto Trait Implementations
impl<A, U, C> Send for Queue<A, U, C> where
A: Send,
C: Send,
U: Send, impl<A, U, C> Unpin for Queue<A, U, C> where
A: Unpin,
C: Unpin,
U: Unpin, Blanket Implementations
pub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut TMutably borrows from an owned value. Read more
pub fn from(t: T) -> T
pub fn from(t: T) -> TPerforms the conversion.
pub fn into(self) -> U
pub fn into(self) -> UPerforms the conversion.