pub struct ReadWrite<'a, E: Entity> { /* private fields */ }
Expand description
Read-write view over a single matrix element.
Implementations§
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>
impl<'a, E> Sync for ReadWrite<'a, E>
impl<'a, E> Unpin for ReadWrite<'a, E>
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