#[repr(C)]pub struct binaryheap {
pub _address: u8,
}
Fields§
§_address: u8
Trait Implementations§
Source§impl Clone for binaryheap
impl Clone for binaryheap
Source§fn clone(&self) -> binaryheap
fn clone(&self) -> binaryheap
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for binaryheap
impl Debug for binaryheap
Source§impl Default for binaryheap
impl Default for binaryheap
Source§fn default() -> binaryheap
fn default() -> binaryheap
Returns the “default value” for a type. Read more
impl Copy for binaryheap
Auto Trait Implementations§
impl Freeze for binaryheap
impl RefUnwindSafe for binaryheap
impl Send for binaryheap
impl Sync for binaryheap
impl Unpin for binaryheap
impl UnwindSafe for binaryheap
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more