pub struct HandoffCommitHandles {
pub source_ghost: EntityHandle,
pub target_owner: EntityHandle,
}Expand description
Handles produced by committing a two-phase handoff.
Fields§
§source_ghost: EntityHandleSource station handle after it has been downgraded to a ghost.
target_owner: EntityHandleTarget station handle after it has become authoritative owner.
Trait Implementations§
Source§impl Clone for HandoffCommitHandles
impl Clone for HandoffCommitHandles
Source§fn clone(&self) -> HandoffCommitHandles
fn clone(&self) -> HandoffCommitHandles
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for HandoffCommitHandles
Source§impl Debug for HandoffCommitHandles
impl Debug for HandoffCommitHandles
impl Eq for HandoffCommitHandles
Source§impl PartialEq for HandoffCommitHandles
impl PartialEq for HandoffCommitHandles
impl StructuralPartialEq for HandoffCommitHandles
Auto Trait Implementations§
impl Freeze for HandoffCommitHandles
impl RefUnwindSafe for HandoffCommitHandles
impl Send for HandoffCommitHandles
impl Sync for HandoffCommitHandles
impl Unpin for HandoffCommitHandles
impl UnsafeUnpin for HandoffCommitHandles
impl UnwindSafe for HandoffCommitHandles
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