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