Struct heapless::i::BinaryHeap [−][src]
pub struct BinaryHeap<A, K> { /* fields omitted */ }
Expand description
const-fn
version of BinaryHeap
Implementations
BinaryHeap
const
constructor; wrap the returned value in
BinaryHeap
Auto Trait Implementations
impl<A, K> Send for BinaryHeap<A, K> where
A: Send,
K: Send,
impl<A, K> Sync for BinaryHeap<A, K> where
A: Sync,
K: Sync,
impl<A, K> Unpin for BinaryHeap<A, K> where
A: Unpin,
K: 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.