#[repr(C)]pub struct DiagOwn<E: Entity> { /* private fields */ }Trait Implementations§
source§impl<E: Entity> GenericMatrix for DiagOwn<E>
impl<E: Entity> GenericMatrix for DiagOwn<E>
Auto Trait Implementations§
impl<E> RefUnwindSafe for DiagOwn<E>where <<E as Entity>::Group as ForCopyType>::FaerOfCopy<NonNull<<E as Entity>::Unit>>: RefUnwindSafe,
impl<E> Send for DiagOwn<E>
impl<E> Sync for DiagOwn<E>
impl<E> Unpin for DiagOwn<E>where <<E as Entity>::Group as ForCopyType>::FaerOfCopy<NonNull<<E as Entity>::Unit>>: Unpin,
impl<E> UnwindSafe for DiagOwn<E>where <<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