pub struct ReadWrite<'a, E: Entity> { /* private fields */ }Expand description
Read-write view over a single matrix element.
Implementations§
Trait Implementations§
source§impl<E: SimpleEntity> Deref for ReadWrite<'_, E>
impl<E: SimpleEntity> Deref for ReadWrite<'_, E>
Auto Trait Implementations§
impl<'a, E> RefUnwindSafe for ReadWrite<'a, E>where <<E as Entity>::Group as ForType>::FaerOf<&'a mut MaybeUninit<<E as Entity>::Unit>>: RefUnwindSafe,
impl<'a, E> Send for ReadWrite<'a, E>where <<E as Entity>::Group as ForType>::FaerOf<&'a mut MaybeUninit<<E as Entity>::Unit>>: Send,
impl<'a, E> Sync for ReadWrite<'a, E>where <<E as Entity>::Group as ForType>::FaerOf<&'a mut MaybeUninit<<E as Entity>::Unit>>: Sync,
impl<'a, E> Unpin for ReadWrite<'a, E>where <<E as Entity>::Group as ForType>::FaerOf<&'a mut MaybeUninit<<E as Entity>::Unit>>: Unpin,
impl<'a, E> UnwindSafe for ReadWrite<'a, E>where <<E as Entity>::Group as ForType>::FaerOf<&'a mut MaybeUninit<<E as Entity>::Unit>>: UnwindSafe,
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