Struct heapless::i::BinaryHeap [−][src]
const-fn
version of BinaryHeap
Implementations
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> RefUnwindSafe for BinaryHeap<A, K> where
A: RefUnwindSafe,
K: RefUnwindSafe,
A: RefUnwindSafe,
K: RefUnwindSafe,
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,
impl<A, K> Unpin for BinaryHeap<A, K> where
A: Unpin,
K: Unpin,
A: Unpin,
K: Unpin,
impl<A, K> UnwindSafe for BinaryHeap<A, K> where
A: UnwindSafe,
K: UnwindSafe,
A: UnwindSafe,
K: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
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.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,