pub struct GdvTable<N> { /* private fields */ }Expand description
Per-node graphlet-degree vectors over a graph.
Row i is the 73-entry GDV of the node with id i; entry o
counts the instances in which that node occupies orbit o.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<N> Freeze for GdvTable<N>
impl<N> RefUnwindSafe for GdvTable<N>where
N: RefUnwindSafe,
impl<N> Send for GdvTable<N>where
N: Send,
impl<N> Sync for GdvTable<N>where
N: Sync,
impl<N> Unpin for GdvTable<N>where
N: Unpin,
impl<N> UnsafeUnpin for GdvTable<N>
impl<N> UnwindSafe for GdvTable<N>where
N: 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