Struct bevy_internal::ecs::query::WithoutFetch [−][src]
Trait Implementations
impl<'a, T> Fetch<'a> for WithoutFetch<T> where
T: Component, [src]
T: Component,
type Item = bool
type State = WithoutState<T>
pub unsafe fn init(
_world: &World,
state: &<WithoutFetch<T> as Fetch<'a>>::State,
_last_change_tick: u32,
_change_tick: u32
) -> WithoutFetch<T>[src]
_world: &World,
state: &<WithoutFetch<T> as Fetch<'a>>::State,
_last_change_tick: u32,
_change_tick: u32
) -> WithoutFetch<T>
pub fn is_dense(&self) -> bool[src]
pub unsafe fn set_table(
&mut self,
_state: &<WithoutFetch<T> as Fetch<'a>>::State,
_table: &Table
)[src]
&mut self,
_state: &<WithoutFetch<T> as Fetch<'a>>::State,
_table: &Table
)
pub unsafe fn set_archetype(
&mut self,
_state: &<WithoutFetch<T> as Fetch<'a>>::State,
_archetype: &Archetype,
_tables: &Tables
)[src]
&mut self,
_state: &<WithoutFetch<T> as Fetch<'a>>::State,
_archetype: &Archetype,
_tables: &Tables
)
pub unsafe fn archetype_fetch(&mut self, _archetype_index: usize) -> bool[src]
pub unsafe fn table_fetch(&mut self, _table_row: usize) -> bool[src]
Auto Trait Implementations
impl<T> RefUnwindSafe for WithoutFetch<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<T> Send for WithoutFetch<T> where
T: Send,
T: Send,
impl<T> Sync for WithoutFetch<T> where
T: Sync,
T: Sync,
impl<T> Unpin for WithoutFetch<T> where
T: Unpin,
T: Unpin,
impl<T> UnwindSafe for WithoutFetch<T> where
T: UnwindSafe,
T: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Any for T where
T: Any,
T: Any,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Component for T where
T: 'static + Send + Sync, [src]
T: 'static + Send + Sync,
impl<T> Downcast for T where
T: Any,
T: Any,
pub fn into_any(self: Box<T, Global>) -> Box<dyn Any + 'static, Global>
pub fn into_any_rc(self: Rc<T>) -> Rc<dyn Any + 'static>
pub fn as_any(&self) -> &(dyn Any + 'static)
pub fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
impl<T> DowncastSync for T where
T: Any + Send + Sync,
T: Any + Send + Sync,
impl<T> FilterFetch for T where
T: for<'a> Fetch<'a, Item = bool>, [src]
T: for<'a> Fetch<'a, Item = bool>,
pub unsafe fn archetype_filter_fetch(&mut self, archetype_index: usize) -> bool[src]
pub unsafe fn table_filter_fetch(&mut self, table_row: usize) -> bool[src]
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>ⓘNotable traits for Instrumented<T>
impl<T> Future for Instrumented<T> where
T: Future, type Output = <T as Future>::Output;[src]
Notable traits for Instrumented<T>
impl<T> Future for Instrumented<T> where
T: Future, type Output = <T as Future>::Output;pub fn in_current_span(self) -> Instrumented<Self>ⓘNotable traits for Instrumented<T>
impl<T> Future for Instrumented<T> where
T: Future, type Output = <T as Future>::Output;[src]
Notable traits for Instrumented<T>
impl<T> Future for Instrumented<T> where
T: Future, type Output = <T as Future>::Output;impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,