Struct bones_scripting::lua::bindings::ecsref::ComponentBorrowMut
source · pub struct ComponentBorrowMut<'a> {
pub borrow: RefMut<'a, UntypedComponentStore>,
pub entity: Entity,
}
Expand description
A mutable component borrow into an EcsRef
.
Fields§
§borrow: RefMut<'a, UntypedComponentStore>
§entity: Entity
Auto Trait Implementations§
impl<'a> Freeze for ComponentBorrowMut<'a>
impl<'a> !RefUnwindSafe for ComponentBorrowMut<'a>
impl<'a> Send for ComponentBorrowMut<'a>
impl<'a> Sync for ComponentBorrowMut<'a>
impl<'a> Unpin for ComponentBorrowMut<'a>
impl<'a> !UnwindSafe for ComponentBorrowMut<'a>
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