pub struct ArchetypeEntityColumnAccess<'a, const LOCKING: bool, T: Component> { /* private fields */ }Implementations§
Source§impl<'a, const LOCKING: bool, T: Component> ArchetypeEntityColumnAccess<'a, LOCKING, T>
impl<'a, const LOCKING: bool, T: Component> ArchetypeEntityColumnAccess<'a, LOCKING, T>
Trait Implementations§
Auto Trait Implementations§
impl<'a, const LOCKING: bool, T> Freeze for ArchetypeEntityColumnAccess<'a, LOCKING, T>
impl<'a, const LOCKING: bool, T> RefUnwindSafe for ArchetypeEntityColumnAccess<'a, LOCKING, T>
impl<'a, const LOCKING: bool, T> Send for ArchetypeEntityColumnAccess<'a, LOCKING, T>
impl<'a, const LOCKING: bool, T> Sync for ArchetypeEntityColumnAccess<'a, LOCKING, T>
impl<'a, const LOCKING: bool, T> Unpin for ArchetypeEntityColumnAccess<'a, LOCKING, T>
impl<'a, const LOCKING: bool, T> UnwindSafe for ArchetypeEntityColumnAccess<'a, LOCKING, 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