| H A D | transaction.rs | 57 debug_id: offset_of!(Transaction, debug_id), 58 code: offset_of!(Transaction, code), 59 flags: offset_of!(Transaction, flags), 60 from_thread: offset_of!(Transaction, from), 61 to_proc: offset_of!(Transaction, to), 62 target_node: offset_of!(Transaction, target_node), 66 pub(crate) struct Transaction { struct 69 pub(crate) from_parent: Option<DArc<Transaction>>, argument 86 impl ListArcSafe<0> for Transaction { untracked; } argument 89 impl Transaction { implementation [all …]
|