pub struct GhostEdge {
pub source: NodeId,
pub target: NodeId,
pub shared_dimensions: Vec<Dimension>,
pub strength: FiniteF32,
}Expand description
A latent (ghost) edge detected via multi-dimensional resonance.
Fields§
§source: NodeId§target: NodeId§strength: FiniteF32Trait Implementations§
Auto Trait Implementations§
impl Freeze for GhostEdge
impl RefUnwindSafe for GhostEdge
impl Send for GhostEdge
impl Sync for GhostEdge
impl Unpin for GhostEdge
impl UnsafeUnpin for GhostEdge
impl UnwindSafe for GhostEdge
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