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