Struct ha_ndarray::host::ops::MatDiag
source · pub struct MatDiag<A, T> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<A, T> RefUnwindSafe for MatDiag<A, T>where
A: RefUnwindSafe,
T: RefUnwindSafe,
impl<A, T> Send for MatDiag<A, T>
impl<A, T> Sync for MatDiag<A, T>
impl<A, T> Unpin for MatDiag<A, T>
impl<A, T> UnwindSafe for MatDiag<A, T>where
A: UnwindSafe,
T: 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