pub struct HalfEdge<HEW> { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl<HEW> Freeze for HalfEdge<HEW>where
HEW: Freeze,
impl<HEW> RefUnwindSafe for HalfEdge<HEW>where
HEW: RefUnwindSafe,
impl<HEW> Send for HalfEdge<HEW>where
HEW: Send,
impl<HEW> Sync for HalfEdge<HEW>where
HEW: Sync,
impl<HEW> Unpin for HalfEdge<HEW>where
HEW: Unpin,
impl<HEW> UnwindSafe for HalfEdge<HEW>where
HEW: UnwindSafe,
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