#[repr(C)]pub struct AdjEntry {
pub neighbor: TileVertexId,
pub edge_id: TileEdgeId,
}Expand description
Adjacency list entry (neighbor + edge reference)
Fields§
§neighbor: TileVertexIdNeighbor vertex ID
edge_id: TileEdgeIdEdge ID in edge array
Trait Implementations§
impl Copy for AdjEntry
Auto Trait Implementations§
impl Freeze for AdjEntry
impl RefUnwindSafe for AdjEntry
impl Send for AdjEntry
impl Sync for AdjEntry
impl Unpin for AdjEntry
impl UnwindSafe for AdjEntry
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