pub struct Coedge<S: Scalar> {
pub geometry: CoedgeGeometry,
pub sense: Sense,
pub pcurve: Curve2<S>,
pub next: CoedgeId,
pub prev: CoedgeId,
pub face: FaceId,
}Fields§
§geometry: CoedgeGeometry§sense: Sense§pcurve: Curve2<S>§next: CoedgeId§prev: CoedgeId§face: FaceIdImplementations§
Trait Implementations§
Auto Trait Implementations§
impl<S> Freeze for Coedge<S>where
S: Freeze,
impl<S> RefUnwindSafe for Coedge<S>where
S: RefUnwindSafe,
impl<S> Send for Coedge<S>
impl<S> Sync for Coedge<S>
impl<S> Unpin for Coedge<S>where
S: Unpin,
impl<S> UnsafeUnpin for Coedge<S>where
S: UnsafeUnpin,
impl<S> UnwindSafe for Coedge<S>where
S: 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