Struct pancake_engine_ssi::opers::fc::gc::DanglingNodeSet
source · pub struct DanglingNodeSet {
pub max_incl_traversable_list_ver: ListVer,
pub nodes: Vec<NonNullSendPtr<ListNode<CommittedUnit>>>,
}Fields§
§max_incl_traversable_list_ver: ListVer§nodes: Vec<NonNullSendPtr<ListNode<CommittedUnit>>>Auto Trait Implementations§
impl RefUnwindSafe for DanglingNodeSet
impl Send for DanglingNodeSet
impl Sync for DanglingNodeSet
impl Unpin for DanglingNodeSet
impl UnwindSafe for DanglingNodeSet
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