Enum ncollide3d::partitioning::BinaryPartition [−][src]
Result of a binary partition.
Variants
Result of the partitioning of one element.
Result of the partitioning of several elements.
Auto Trait Implementations
impl<T, BV> RefUnwindSafe for BinaryPartition<T, BV> where
BV: RefUnwindSafe,
T: RefUnwindSafe,
BV: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, BV> Send for BinaryPartition<T, BV> where
BV: Send,
T: Send,
BV: Send,
T: Send,
impl<T, BV> Sync for BinaryPartition<T, BV> where
BV: Sync,
T: Sync,
BV: Sync,
T: Sync,
impl<T, BV> Unpin for BinaryPartition<T, BV> where
BV: Unpin,
T: Unpin,
BV: Unpin,
T: Unpin,
impl<T, BV> UnwindSafe for BinaryPartition<T, BV> where
BV: UnwindSafe,
T: UnwindSafe,
BV: UnwindSafe,
T: UnwindSafe,
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]