pub struct PidState {
pub previous_error: f64,
pub integral: f64,
}Fields§
§previous_error: f64§integral: f64Trait Implementations§
impl Copy for PidState
impl StructuralPartialEq for PidState
Auto Trait Implementations§
impl Freeze for PidState
impl RefUnwindSafe for PidState
impl Send for PidState
impl Sync for PidState
impl Unpin for PidState
impl UnsafeUnpin for PidState
impl UnwindSafe for PidState
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