pub struct EdgeIndex<Ix: IndexType> {
pub node: NodeIndex<Ix>,
pub axis: Axis,
}Expand description
Edge Index of [SquareGraph].
Fields§
§node: NodeIndex<Ix>§axis: AxisTrait Implementations§
Source§impl<Ix: IndexType> From<(NodeIndex<Ix>, SquareDirection)> for EdgeIndex<Ix>
impl<Ix: IndexType> From<(NodeIndex<Ix>, SquareDirection)> for EdgeIndex<Ix>
Source§fn from((n, a): (NodeIndex<Ix>, SquareDirection)) -> Self
fn from((n, a): (NodeIndex<Ix>, SquareDirection)) -> Self
Converts to this type from the input type.
Source§impl<Ix: Ord + IndexType> Ord for EdgeIndex<Ix>
impl<Ix: Ord + IndexType> Ord for EdgeIndex<Ix>
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<Ix: PartialOrd + IndexType> PartialOrd for EdgeIndex<Ix>
impl<Ix: PartialOrd + IndexType> PartialOrd for EdgeIndex<Ix>
impl<Ix: Copy + IndexType> Copy for EdgeIndex<Ix>
impl<Ix: Eq + IndexType> Eq for EdgeIndex<Ix>
impl<Ix: IndexType> StructuralPartialEq for EdgeIndex<Ix>
Auto Trait Implementations§
impl<Ix> Freeze for EdgeIndex<Ix>where
Ix: Freeze,
impl<Ix> RefUnwindSafe for EdgeIndex<Ix>where
Ix: RefUnwindSafe,
impl<Ix> Send for EdgeIndex<Ix>where
Ix: Send,
impl<Ix> Sync for EdgeIndex<Ix>where
Ix: Sync,
impl<Ix> Unpin for EdgeIndex<Ix>where
Ix: Unpin,
impl<Ix> UnwindSafe for EdgeIndex<Ix>where
Ix: UnwindSafe,
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<T> ConstOrValue<T> for T
impl<T> ConstOrValue<T> for T
Source§const IS_CONST_WRAP: bool = false
const IS_CONST_WRAP: bool = false
get wheter the type is const generic wrapper.
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.