[][src]Struct plexus::graph::OrphanFaceView

pub struct OrphanFaceView<'a, G> where
    G: 'a + Geometry
{ /* fields omitted */ }

Orphan view of a face.

Provides mutable access to a face's geometry. See the module documentation for more information about topological views.

Methods

impl<'a, G> OrphanFaceView<'a, G> where
    G: 'a + Geometry
[src]

pub fn key(&self) -> FaceKey[src]

Trait Implementations

impl<'a, G> Deref for OrphanFaceView<'a, G> where
    G: 'a + Geometry
[src]

type Target = FacePayload<G>

The resulting type after dereferencing.

impl<'a, G> DerefMut for OrphanFaceView<'a, G> where
    G: 'a + Geometry
[src]

Auto Trait Implementations

impl<'a, G> Send for OrphanFaceView<'a, G> where
    <G as Geometry>::Face: Send

impl<'a, G> Sync for OrphanFaceView<'a, G> where
    <G as Geometry>::Face: Sync

Blanket Implementations

impl<T> FromGeometry for T[src]

impl<T, U> IntoGeometry for T where
    U: FromGeometry<T>, 
[src]

impl<T, U> IntoInteriorGeometry for T where
    U: FromInteriorGeometry<T>, 
[src]

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Same for T[src]

type Output = T

Should always be Self

impl<SS, SP> SupersetOf for SP where
    SS: SubsetOf<SP>,