pub struct ControllerInfo {
pub type_: u8,
pub p_gain: f64,
pub i_gain: f64,
pub d_gain: f64,
}Fields§
§type_: u8§p_gain: f64§i_gain: f64§d_gain: f64Implementations§
Trait Implementations§
Source§impl Clone for ControllerInfo
impl Clone for ControllerInfo
Source§fn clone(&self) -> ControllerInfo
fn clone(&self) -> ControllerInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ControllerInfo
impl Debug for ControllerInfo
Source§impl Default for ControllerInfo
impl Default for ControllerInfo
Source§impl<'de> Deserialize<'de> for ControllerInfo
impl<'de> Deserialize<'de> for ControllerInfo
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ControllerInfo
impl PartialEq for ControllerInfo
Source§impl Serialize for ControllerInfo
impl Serialize for ControllerInfo
impl Message for ControllerInfo
impl StructuralPartialEq for ControllerInfo
Auto Trait Implementations§
impl Freeze for ControllerInfo
impl RefUnwindSafe for ControllerInfo
impl Send for ControllerInfo
impl Sync for ControllerInfo
impl Unpin for ControllerInfo
impl UnwindSafe for ControllerInfo
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