pub fn exact_equals(a: &Mat3, b: &Mat3) -> bool
Returns whether or not the matrices have exactly the same elements in the same position (when compared with ==).
glMatrix Documentation