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