pub struct MatrixScalarMul {
pub scalar: Box<Obj>,
pub matrix: Box<Obj>,
}Fields§
§scalar: Box<Obj>§matrix: Box<Obj>Implementations§
Source§impl MatrixScalarMul
impl MatrixScalarMul
pub fn to_latex_string(&self) -> String
Trait Implementations§
Source§impl Clone for MatrixScalarMul
impl Clone for MatrixScalarMul
Source§fn clone(&self) -> MatrixScalarMul
fn clone(&self) -> MatrixScalarMul
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Display for MatrixScalarMul
impl Display for MatrixScalarMul
Source§impl From<MatrixScalarMul> for Obj
impl From<MatrixScalarMul> for Obj
Source§fn from(m: MatrixScalarMul) -> Self
fn from(m: MatrixScalarMul) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for MatrixScalarMul
impl RefUnwindSafe for MatrixScalarMul
impl !Send for MatrixScalarMul
impl !Sync for MatrixScalarMul
impl Unpin for MatrixScalarMul
impl UnsafeUnpin for MatrixScalarMul
impl UnwindSafe for MatrixScalarMul
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