[−][src]Struct heapless::i::BinaryHeap
const-fn
version of BinaryHeap
Methods
impl<A, K> BinaryHeap<A, K>
[src]
pub const fn new() -> Self
[src]
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,
A: Send,
K: Send,
impl<A, K> Sync for BinaryHeap<A, K> where
A: Sync,
K: Sync,
A: Sync,
K: Sync,
Blanket Implementations
impl<T> From<T> for T
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self