pub struct ReadFetch<'w, T: Component> { /* private fields */ }Expand description
The WorldQuery::Fetch type for & T.
Trait Implementations§
impl<T: Component> Copy for ReadFetch<'_, T>
Auto Trait Implementations§
impl<'w, T> Freeze for ReadFetch<'w, T>
impl<'w, T> !RefUnwindSafe for ReadFetch<'w, T>
impl<'w, T> !Send for ReadFetch<'w, T>
impl<'w, T> !Sync for ReadFetch<'w, T>
impl<'w, T> Unpin for ReadFetch<'w, T>where
T: Unpin,
impl<'w, T> !UnwindSafe for ReadFetch<'w, T>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoResult<T> for T
impl<T> IntoResult<T> for T
Source§fn into_result(self) -> Result<T, RunSystemError>
fn into_result(self) -> Result<T, RunSystemError>
Converts this type into the system output type.