pub enum ArGraMod {
Edge,
Center,
Invalid(u16),
}Available on crate feature
model128 only.Expand description
ArGraMod
Indicates if gradients trend toward zero at the edges of the deadband or trend toward zero at the center of the deadband.
Variants§
Trait Implementations§
impl Copy for ArGraMod
impl Eq for ArGraMod
impl StructuralPartialEq for ArGraMod
Auto Trait Implementations§
impl Freeze for ArGraMod
impl RefUnwindSafe for ArGraMod
impl Send for ArGraMod
impl Sync for ArGraMod
impl Unpin for ArGraMod
impl UnsafeUnpin for ArGraMod
impl UnwindSafe for ArGraMod
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