Struct ncollide3d::partitioning::DBVTLeafId [−][src]
pub struct DBVTLeafId(_);
The unique identifier of a DBVT leaf.
Implementations
impl DBVTLeafId[src]
impl DBVTLeafId[src]pub fn new_invalid() -> Self[src]
Creates an invalid identifier.
pub fn is_invalid(&self) -> bool[src]
Checkis if this identifier is invalid.
Trait Implementations
impl Clone for DBVTLeafId[src]
impl Clone for DBVTLeafId[src]fn clone(&self) -> DBVTLeafId[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Hash for DBVTLeafId[src]
impl Hash for DBVTLeafId[src]impl<N: RealField, T, BV> Index<DBVTLeafId> for DBVT<N, T, BV>[src]
impl<N: RealField, T, BV> Index<DBVTLeafId> for DBVT<N, T, BV>[src]impl PartialEq<DBVTLeafId> for DBVTLeafId[src]
impl PartialEq<DBVTLeafId> for DBVTLeafId[src]fn eq(&self, other: &DBVTLeafId) -> bool[src]
fn ne(&self, other: &DBVTLeafId) -> bool[src]
impl Copy for DBVTLeafId[src]
impl Eq for DBVTLeafId[src]
impl StructuralEq for DBVTLeafId[src]
impl StructuralPartialEq for DBVTLeafId[src]
Auto Trait Implementations
impl RefUnwindSafe for DBVTLeafId
impl Send for DBVTLeafId
impl Sync for DBVTLeafId
impl Unpin for DBVTLeafId
impl UnwindSafe for DBVTLeafId
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<T> Slottable for T where
T: Copy, [src]
T: Copy,