Struct core_foundation_sys::binary_heap::__CFBinaryHeap
source · #[repr(C)]pub struct __CFBinaryHeap(/* private fields */);
Auto Trait Implementations§
impl Freeze for __CFBinaryHeap
impl RefUnwindSafe for __CFBinaryHeap
impl Send for __CFBinaryHeap
impl Sync for __CFBinaryHeap
impl Unpin for __CFBinaryHeap
impl UnwindSafe for __CFBinaryHeap
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