Struct rin::ecs::storage::HiddenFastIndex [−][src]
pub struct HiddenFastIndex { /* fields omitted */ }
Implementations
impl HiddenFastIndex
[src]
impl HiddenFastIndex
[src]pub fn new<T>(t: T) -> HiddenFastIndex where
T: 'static,
[src]
T: 'static,
pub unsafe fn unchecked_downcast_ref<T>(&self) -> &T where
T: 'static,
[src]
T: 'static,
Auto Trait Implementations
impl RefUnwindSafe for HiddenFastIndex
impl Send for HiddenFastIndex
impl Sync for HiddenFastIndex
impl Unpin for HiddenFastIndex
impl UnwindSafe for HiddenFastIndex
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]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<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]