Struct ncollide3d::pipeline::broad_phase::BroadPhaseProxyHandle [−][src]
pub struct BroadPhaseProxyHandle(pub usize);
Implementations
impl BroadPhaseProxyHandle[src]
impl BroadPhaseProxyHandle[src]Trait Implementations
impl<'a, 'b, N, BV, T> BestFirstVisitor<N, BroadPhaseProxyHandle, BV> for RayIntersectionCostFnVisitor<'a, 'b, N, T, BV> where
N: RealField,
BV: BoundingVolume<N> + RayCast<N> + PointQuery<N> + Any + Send + Sync + Clone,
T: Any + Send + Sync + Clone, [src]
impl<'a, 'b, N, BV, T> BestFirstVisitor<N, BroadPhaseProxyHandle, BV> for RayIntersectionCostFnVisitor<'a, 'b, N, T, BV> where
N: RealField,
BV: BoundingVolume<N> + RayCast<N> + PointQuery<N> + Any + Send + Sync + Clone,
T: Any + Send + Sync + Clone, [src]type Result = (T, RayIntersection<N>)
The result of a best-first traversal.
fn visit(
&mut self,
best_cost_so_far: N,
bv: &BV,
data: Option<&BroadPhaseProxyHandle>
) -> BestFirstVisitStatus<N, Self::Result>[src]
&mut self,
best_cost_so_far: N,
bv: &BV,
data: Option<&BroadPhaseProxyHandle>
) -> BestFirstVisitStatus<N, Self::Result>
impl Clone for BroadPhaseProxyHandle[src]
impl Clone for BroadPhaseProxyHandle[src]fn clone(&self) -> BroadPhaseProxyHandle[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Hash for BroadPhaseProxyHandle[src]
impl Hash for BroadPhaseProxyHandle[src]impl Ord for BroadPhaseProxyHandle[src]
impl Ord for BroadPhaseProxyHandle[src]impl PartialEq<BroadPhaseProxyHandle> for BroadPhaseProxyHandle[src]
impl PartialEq<BroadPhaseProxyHandle> for BroadPhaseProxyHandle[src]fn eq(&self, other: &BroadPhaseProxyHandle) -> bool[src]
fn ne(&self, other: &BroadPhaseProxyHandle) -> bool[src]
impl PartialOrd<BroadPhaseProxyHandle> for BroadPhaseProxyHandle[src]
impl PartialOrd<BroadPhaseProxyHandle> for BroadPhaseProxyHandle[src]fn partial_cmp(&self, other: &BroadPhaseProxyHandle) -> Option<Ordering>[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn ge(&self, other: &Rhs) -> boolimpl Copy for BroadPhaseProxyHandle[src]
impl Eq for BroadPhaseProxyHandle[src]
impl StructuralEq for BroadPhaseProxyHandle[src]
impl StructuralPartialEq for BroadPhaseProxyHandle[src]
Auto Trait Implementations
impl RefUnwindSafe for BroadPhaseProxyHandle
impl Send for BroadPhaseProxyHandle
impl Sync for BroadPhaseProxyHandle
impl Unpin for BroadPhaseProxyHandle
impl UnwindSafe for BroadPhaseProxyHandle
Blanket Implementations
impl<T> CallHasher for T where
T: Hash, [src]
impl<T> CallHasher for T where
T: Hash, [src]impl<T> DowncastSync for T where
T: Any + Send + Sync, [src]
impl<T> DowncastSync for T where
T: Any + Send + Sync, [src]impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]pub fn equivalent(&self, key: &K) -> bool[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]pub fn to_subset(&self) -> Option<SS>[src]
pub fn is_in_subset(&self) -> bool[src]
pub fn to_subset_unchecked(&self) -> SS[src]
pub fn from_subset(element: &SS) -> SP[src]
impl<N> NodeTrait for N where
N: Copy + Ord + Hash, [src]
N: Copy + Ord + Hash,
impl<T> Slottable for T where
T: Copy, [src]
T: Copy,