pub struct GcList { /* private fields */ }Expand description
Intrusive doubly-linked list head/tail, indexed by GcId.
Rust equivalent of QuickJS list.h + embedded list_head.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GcList
impl RefUnwindSafe for GcList
impl Send for GcList
impl Sync for GcList
impl Unpin for GcList
impl UnsafeUnpin for GcList
impl UnwindSafe for GcList
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