Enum ncollide3d::partitioning::VisitStatus [−][src]
pub enum VisitStatus { Continue, Stop, ExitEarly, }
The status of the spatial partitioning structure traversal.
Variants
The traversal should continue on the children of the currently visited nodes.
The traversal should not be executed on the children of the currently visited nodes.
The traversal should exit immediately.
Auto Trait Implementations
impl RefUnwindSafe for VisitStatus
impl Send for VisitStatus
impl Sync for VisitStatus
impl Unpin for VisitStatus
impl UnwindSafe for VisitStatus
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]