Struct std::collections::binary_heap::PeekMut1.12.0[][src]

pub struct PeekMut<'a, T> where
    T: 'a + Ord
{ /* fields omitted */ }
Expand description

将可变引用引至 BinaryHeap 上最大部分的结构体。

struct 是通过 BinaryHeap 上的 peek_mut 方法创建的。 有关更多信息,请参见其文档。

Implementations

从堆中删除偷看的值并返回它。

Trait Implementations

使用给定的格式化程序格式化该值。 Read more

解引用后的结果类型。

解引用值。

可变地解引用该值。

执行此类型的析构函数。 Read more

Auto Trait Implementations

Blanket Implementations

获取 selfTypeIdRead more

从拥有的值中一成不变地借用。 Read more

从拥有的值中借用。 Read more

执行转换。

执行转换。

发生转换错误时返回的类型。

执行转换。

发生转换错误时返回的类型。

执行转换。