pub struct MatrixMul {
pub left: Box<Obj>,
pub right: Box<Obj>,
}Fields§
§left: Box<Obj>§right: Box<Obj>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MatrixMul
impl RefUnwindSafe for MatrixMul
impl !Send for MatrixMul
impl !Sync for MatrixMul
impl Unpin for MatrixMul
impl UnsafeUnpin for MatrixMul
impl UnwindSafe for MatrixMul
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