pub enum mi_heap_t {}Expand description
Opaque handle for mi_heap_t (issue #269, Bun parity P4): only ever seen behind a
pointer here (mi_heap_get_seq), so this type is never constructed on the Rust side.
Auto Trait Implementations§
impl Freeze for mi_heap_t
impl RefUnwindSafe for mi_heap_t
impl Send for mi_heap_t
impl Sync for mi_heap_t
impl Unpin for mi_heap_t
impl UnsafeUnpin for mi_heap_t
impl UnwindSafe for mi_heap_t
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