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