pub enum HVLoop {}Expand description
Marker that the graph does loops in horizontal and vertical axis.
Trait Implementations§
Source§impl Ord for HVLoop
impl Ord for HVLoop
Source§impl PartialOrd for HVLoop
impl PartialOrd for HVLoop
Source§impl Shape for HVLoop
impl Shape for HVLoop
Source§const LOOP_VERTICAL: bool = true
const LOOP_VERTICAL: bool = true
Whether the graph loops in vertical axis.
Source§const LOOP_HORIZONTAL: bool = true
const LOOP_HORIZONTAL: bool = true
Whether the graph loops in horizontal axis.
Source§fn get_sizeinfo(h: usize, v: usize) -> Self::SizeInfo
fn get_sizeinfo(h: usize, v: usize) -> Self::SizeInfo
Get a size info used in
EdgeReference.impl Copy for HVLoop
impl Eq for HVLoop
impl StructuralPartialEq for HVLoop
Auto Trait Implementations§
impl Freeze for HVLoop
impl RefUnwindSafe for HVLoop
impl Send for HVLoop
impl Sync for HVLoop
impl Unpin for HVLoop
impl UnwindSafe for HVLoop
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.