Struct ncollide3d::shape::FaceAdjacentToEdge [−][src]
Description of a face adjascent to an edge.
Fields
face_id: usize
Index of the face.
edge_id: usize
Index of the edge the edge is adjascent to.
Trait Implementations
impl Clone for FaceAdjacentToEdge
[src]
impl Clone for FaceAdjacentToEdge
[src]fn clone(&self) -> FaceAdjacentToEdge
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
Auto Trait Implementations
impl RefUnwindSafe for FaceAdjacentToEdge
impl Send for FaceAdjacentToEdge
impl Sync for FaceAdjacentToEdge
impl Unpin for FaceAdjacentToEdge
impl UnwindSafe for FaceAdjacentToEdge
Blanket Implementations
impl<T> DowncastSync for T where
T: Any + Send + Sync,
[src]
impl<T> DowncastSync for T where
T: Any + Send + Sync,
[src]impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]