Struct oxygengine_core::ecs::commands::BatchWriter
source · [−]pub struct BatchWriter<'a, T> { /* private fields */ }
Expand description
Handle for appending components
Implementations
Auto Trait Implementations
impl<'a, T> RefUnwindSafe for BatchWriter<'a, T>where
T: RefUnwindSafe,
impl<'a, T> Send for BatchWriter<'a, T>where
T: Send,
impl<'a, T> Sync for BatchWriter<'a, T>where
T: Sync,
impl<'a, T> Unpin for BatchWriter<'a, T>
impl<'a, T> !UnwindSafe for BatchWriter<'a, T>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more