pub struct DnMat<'buf, T> { /* private fields */ }Implementations§
Source§impl<'buf, T: SparseScalar + DeviceRepr> DnMat<'buf, T>
impl<'buf, T: SparseScalar + DeviceRepr> DnMat<'buf, T>
Trait Implementations§
impl<T> Send for DnMat<'_, T>
Auto Trait Implementations§
impl<'buf, T> Freeze for DnMat<'buf, T>
impl<'buf, T> RefUnwindSafe for DnMat<'buf, T>where
T: RefUnwindSafe,
impl<'buf, T> !Sync for DnMat<'buf, T>
impl<'buf, T> Unpin for DnMat<'buf, T>
impl<'buf, T> UnsafeUnpin for DnMat<'buf, T>
impl<'buf, T> !UnwindSafe for DnMat<'buf, T>
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