Struct daggy::NodeIndex [] [src]

pub struct NodeIndex<Ix = u32>(_);

Node identifier.

Methods

impl<Ix> NodeIndex<Ix> where
    Ix: IndexType
[src]

Trait Implementations

impl<Ix> Clone for NodeIndex<Ix> where
    Ix: Clone
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<Ix> GraphIndex for NodeIndex<Ix> where
    Ix: IndexType
[src]

impl<Ix> PartialOrd<NodeIndex<Ix>> for NodeIndex<Ix> where
    Ix: PartialOrd<Ix>, 
[src]

impl<Ix> Copy for NodeIndex<Ix> where
    Ix: Copy
[src]

impl<Ix> Ord for NodeIndex<Ix> where
    Ix: Ord
[src]

impl<Ix> PartialEq<NodeIndex<Ix>> for NodeIndex<Ix> where
    Ix: PartialEq<Ix>, 
[src]

impl<Ix> From<Ix> for NodeIndex<Ix> where
    Ix: IndexType
[src]

impl<Ix> Eq for NodeIndex<Ix> where
    Ix: Eq
[src]

impl<Ix> Hash for NodeIndex<Ix> where
    Ix: Hash
[src]

impl<Ix> Debug for NodeIndex<Ix> where
    Ix: Debug
[src]

Formats the value using the given formatter.