pub enum Matrix2DTransformError {
DeterminantIsZero,
}
Variants
Auto Trait Implementations
impl RefUnwindSafe for Matrix2DTransformError
impl Send for Matrix2DTransformError
impl Sync for Matrix2DTransformError
impl Unpin for Matrix2DTransformError
impl UnwindSafe for Matrix2DTransformError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more