Struct faer_core::constrained::MatRef
source · pub struct MatRef<'nrows, 'ncols, 'a, E: Entity>(/* private fields */);Implementations§
Trait Implementations§
source§impl<'nrows, 'ncols, 'a, 'short, E: Entity> Reborrow<'short> for MatRef<'nrows, 'ncols, 'a, E>
impl<'nrows, 'ncols, 'a, 'short, E: Entity> Reborrow<'short> for MatRef<'nrows, 'ncols, 'a, E>
source§impl<'nrows, 'ncols, 'a, 'short, E: Entity> ReborrowMut<'short> for MatRef<'nrows, 'ncols, 'a, E>
impl<'nrows, 'ncols, 'a, 'short, E: Entity> ReborrowMut<'short> for MatRef<'nrows, 'ncols, 'a, E>
impl<E: Entity> Copy for MatRef<'_, '_, '_, E>
Auto Trait Implementations§
impl<'nrows, 'ncols, 'a, E> RefUnwindSafe for MatRef<'nrows, 'ncols, 'a, E>where E: RefUnwindSafe, <<E as Entity>::Group as ForCopyType>::FaerOfCopy<NonNull<<E as Entity>::Unit>>: RefUnwindSafe,
impl<'nrows, 'ncols, 'a, E> Send for MatRef<'nrows, 'ncols, 'a, E>
impl<'nrows, 'ncols, 'a, E> Sync for MatRef<'nrows, 'ncols, 'a, E>
impl<'nrows, 'ncols, 'a, E> Unpin for MatRef<'nrows, 'ncols, 'a, E>where <<E as Entity>::Group as ForCopyType>::FaerOfCopy<NonNull<<E as Entity>::Unit>>: Unpin,
impl<'nrows, 'ncols, 'a, E> UnwindSafe for MatRef<'nrows, 'ncols, 'a, E>where E: RefUnwindSafe, <<E as Entity>::Group as ForCopyType>::FaerOfCopy<NonNull<<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