pub struct NetEdge { /* private fields */ }Expand description
An adjacency edge in a polyhedral net.
Implementations§
Trait Implementations§
impl Copy for NetEdge
impl Eq for NetEdge
impl StructuralPartialEq for NetEdge
Auto Trait Implementations§
impl Freeze for NetEdge
impl RefUnwindSafe for NetEdge
impl Send for NetEdge
impl Sync for NetEdge
impl Unpin for NetEdge
impl UnsafeUnpin for NetEdge
impl UnwindSafe for NetEdge
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