pub enum Scalar {
Off = 0,
Uniequi = 1,
Biequi = 2,
Ge01 = 3,
Ge08 = 4,
Leastsq = 5,
Geoequi = 6,
}Expand description
Enum representing the scalar type.
Variants§
Off = 0
Scalar operation is turned off.
Uniequi = 1
Use uniequi scalar.
Biequi = 2
Use biequi scalar.
Ge01 = 3
GE01 scalar.
Ge08 = 4
GE08 scalar.
Leastsq = 5
Least squares scalar.
Geoequi = 6
Geometric equivalence scalar.
Trait Implementations§
impl Copy for Scalar
impl Eq for Scalar
impl StructuralPartialEq for Scalar
Auto Trait Implementations§
impl Freeze for Scalar
impl RefUnwindSafe for Scalar
impl Send for Scalar
impl Sync for Scalar
impl Unpin for Scalar
impl UnwindSafe for Scalar
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more