Struct ncollide3d::query::Unsupported [−][src]
pub struct Unsupported;
Error indicating that a query is not supported between certain shapes
Trait Implementations
impl Clone for Unsupported
[src]
impl Clone for Unsupported
[src]fn clone(&self) -> Unsupported
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Error for Unsupported
[src]
impl Error for Unsupported
[src]impl PartialEq<Unsupported> for Unsupported
[src]
impl PartialEq<Unsupported> for Unsupported
[src]impl Copy for Unsupported
[src]
impl Eq for Unsupported
[src]
impl StructuralEq for Unsupported
[src]
impl StructuralPartialEq for Unsupported
[src]
Auto Trait Implementations
impl RefUnwindSafe for Unsupported
impl Send for Unsupported
impl Sync for Unsupported
impl Unpin for Unsupported
impl UnwindSafe for Unsupported
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<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,