[−][src]Struct specs::BatchUncheckedWorld
The BatchUncheckedWorld
wraps an instance of the world.
You have to specify this as SystemData
for a System
implementing BatchController
.
Trait Implementations
impl<'a> DynamicSystemData<'a> for BatchUncheckedWorld<'a>
[src]
type Accessor = BatchAccessor
The accessor of the SystemData
, which specifies the read and write dependencies and does the fetching. Read more
fn setup(
_accessor: &<BatchUncheckedWorld<'a> as DynamicSystemData<'a>>::Accessor,
_world: &mut World
)
[src]
_accessor: &<BatchUncheckedWorld<'a> as DynamicSystemData<'a>>::Accessor,
_world: &mut World
)
fn fetch(
_access: &<BatchUncheckedWorld<'a> as DynamicSystemData<'a>>::Accessor,
world: &'a World
) -> BatchUncheckedWorld<'a>
[src]
_access: &<BatchUncheckedWorld<'a> as DynamicSystemData<'a>>::Accessor,
world: &'a World
) -> BatchUncheckedWorld<'a>
Auto Trait Implementations
impl<'a> !RefUnwindSafe for BatchUncheckedWorld<'a>
impl<'a> Send for BatchUncheckedWorld<'a>
impl<'a> Sync for BatchUncheckedWorld<'a>
impl<'a> Unpin for BatchUncheckedWorld<'a>
impl<'a> !UnwindSafe for BatchUncheckedWorld<'a>
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,
fn get_type_id(&self) -> TypeId
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<'a, T> DynamicSystemData<'a> for T where
T: SystemData<'a>,
[src]
T: SystemData<'a>,
type Accessor = StaticAccessor<T>
The accessor of the SystemData
, which specifies the read and write dependencies and does the fetching. Read more
fn setup(&StaticAccessor<T>, world: &mut World)
[src]
fn fetch(&StaticAccessor<T>, world: &'a World) -> T
[src]
impl<T> Event for T where
T: Send + Sync + 'static,
[src]
T: Send + Sync + 'static,
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Resource for T where
T: Any + Send + Sync,
[src]
T: Any + Send + Sync,
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.
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.
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>,