pub struct TmpEdge {
pub first: i32,
pub second: i32,
pub halfedge_idx: i32,
}Fields§
§first: i32§second: i32§halfedge_idx: i32Implementations§
Trait Implementations§
impl Copy for TmpEdge
impl Eq for TmpEdge
Source§impl Ord for TmpEdge
impl Ord for TmpEdge
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for TmpEdge
impl PartialOrd for TmpEdge
impl StructuralPartialEq for TmpEdge
Auto Trait Implementations§
impl Freeze for TmpEdge
impl RefUnwindSafe for TmpEdge
impl Send for TmpEdge
impl Sync for TmpEdge
impl Unpin for TmpEdge
impl UnsafeUnpin for TmpEdge
impl UnwindSafe for TmpEdge
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