pub struct DoubleMatrices<'a> { /* private fields */ }
Expand description
See ArgData
for details.
Implementations§
Trait Implementations§
Source§impl<'a> Clone for DoubleMatrices<'a>
impl<'a> Clone for DoubleMatrices<'a>
Source§fn clone(&self) -> DoubleMatrices<'a>
fn clone(&self) -> DoubleMatrices<'a>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'a> Debug for DoubleMatrices<'a>
impl<'a> Debug for DoubleMatrices<'a>
Source§impl<'a, 'b> From<DoubleMatrices<'a>> for ArgData<'a, 'b>
impl<'a, 'b> From<DoubleMatrices<'a>> for ArgData<'a, 'b>
Source§fn from(v: DoubleMatrices<'a>) -> ArgData<'a, 'b>
fn from(v: DoubleMatrices<'a>) -> ArgData<'a, 'b>
Converts to this type from the input type.
Auto Trait Implementations§
impl<'a> Freeze for DoubleMatrices<'a>
impl<'a> RefUnwindSafe for DoubleMatrices<'a>
impl<'a> Send for DoubleMatrices<'a>
impl<'a> Sync for DoubleMatrices<'a>
impl<'a> Unpin for DoubleMatrices<'a>
impl<'a> UnwindSafe for DoubleMatrices<'a>
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