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