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