Struct rulinalg::macros::FloatElementwiseComparator
[−]
[src]
pub struct FloatElementwiseComparator<T> { /* fields omitted */ }The float comparator used with assert_matrix_eq!.
Trait Implementations
impl<T: Copy> Copy for FloatElementwiseComparator<T>[src]
impl<T: Clone> Clone for FloatElementwiseComparator<T>[src]
fn clone(&self) -> FloatElementwiseComparator<T>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl<T: Debug> Debug for FloatElementwiseComparator<T>[src]
impl<T: PartialEq> PartialEq for FloatElementwiseComparator<T>[src]
fn eq(&self, __arg_0: &FloatElementwiseComparator<T>) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &FloatElementwiseComparator<T>) -> bool
This method tests for !=.