pub struct Halfedge {
pub start_vert: i32,
pub end_vert: i32,
pub paired_halfedge: i32,
pub prop_vert: i32,
}Fields§
§start_vert: i32§end_vert: i32§paired_halfedge: i32§prop_vert: i32Implementations§
Trait Implementations§
impl Copy for Halfedge
impl Eq for Halfedge
Source§impl Ord for Halfedge
impl Ord for Halfedge
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 Halfedge
impl PartialOrd for Halfedge
impl StructuralPartialEq for Halfedge
Auto Trait Implementations§
impl Freeze for Halfedge
impl RefUnwindSafe for Halfedge
impl Send for Halfedge
impl Sync for Halfedge
impl Unpin for Halfedge
impl UnsafeUnpin for Halfedge
impl UnwindSafe for Halfedge
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