Trait zenu_matrix::operation::copy_from::CopyFrom
source · pub trait CopyFrom<RHS>: ToViewMutMatrixwhere
RHS: ToViewMatrix,{
// Required method
fn copy_from(&mut self, rhs: &RHS);
}
Required Methods§
Object Safety§
This trait is not object safe.