pub struct Deadband {
pub warning_threshold: f64,
pub block_threshold: f64,
}Expand description
Alignment deadband thresholds
Fields§
§warning_threshold: f64Small deviations: flagged as warning
block_threshold: f64Large deviations: blocked
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Deadband
impl RefUnwindSafe for Deadband
impl Send for Deadband
impl Sync for Deadband
impl Unpin for Deadband
impl UnsafeUnpin for Deadband
impl UnwindSafe for Deadband
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