struct VertexLinks {
heavy_parent: usize,
compress_parent: usize,
rake_parent: usize,
}Fields§
§heavy_parent: usize§compress_parent: usize§rake_parent: usizeTrait Implementations§
Source§impl Clone for VertexLinks
impl Clone for VertexLinks
Source§fn clone(&self) -> VertexLinks
fn clone(&self) -> VertexLinks
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for VertexLinks
impl Debug for VertexLinks
impl Copy for VertexLinks
Auto Trait Implementations§
impl Freeze for VertexLinks
impl RefUnwindSafe for VertexLinks
impl Send for VertexLinks
impl Sync for VertexLinks
impl Unpin for VertexLinks
impl UnsafeUnpin for VertexLinks
impl UnwindSafe for VertexLinks
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