Struct heapless::pool::Node [−][src]
pub struct Node<T> { /* fields omitted */ }
Expand description
Unfortunate implementation detail required to use the
Pool.grow_exact
method
Auto Trait Implementations
impl<T> Send for Node<T> where
T: Send,
impl<T> !Sync for Node<T>
impl<T> Unpin for Node<T> where
T: Unpin,
Blanket Implementations
pub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
pub fn from(t: T) -> T
pub fn from(t: T) -> T
Performs the conversion.
pub fn into(self) -> U
pub fn into(self) -> U
Performs the conversion.