pub struct Setpoint {
pub target: f64,
pub tolerance: f64,
}Fields§
§target: f64§tolerance: f64Implementations§
Trait Implementations§
impl Copy for Setpoint
impl StructuralPartialEq for Setpoint
Auto Trait Implementations§
impl Freeze for Setpoint
impl RefUnwindSafe for Setpoint
impl Send for Setpoint
impl Sync for Setpoint
impl Unpin for Setpoint
impl UnsafeUnpin for Setpoint
impl UnwindSafe for Setpoint
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