pub struct ActuatorsNormalized {
pub header: Header,
pub normalized: Vec<f64>,
}Fields§
§header: Header§normalized: Vec<f64>Trait Implementations§
Source§impl Clone for ActuatorsNormalized
impl Clone for ActuatorsNormalized
Source§fn clone(&self) -> ActuatorsNormalized
fn clone(&self) -> ActuatorsNormalized
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 ActuatorsNormalized
impl Debug for ActuatorsNormalized
Source§impl Default for ActuatorsNormalized
impl Default for ActuatorsNormalized
Source§impl<'de> Deserialize<'de> for ActuatorsNormalized
impl<'de> Deserialize<'de> for ActuatorsNormalized
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 ActuatorsNormalized
impl PartialEq for ActuatorsNormalized
Source§impl Serialize for ActuatorsNormalized
impl Serialize for ActuatorsNormalized
impl Message for ActuatorsNormalized
impl StructuralPartialEq for ActuatorsNormalized
Auto Trait Implementations§
impl Freeze for ActuatorsNormalized
impl RefUnwindSafe for ActuatorsNormalized
impl Send for ActuatorsNormalized
impl Sync for ActuatorsNormalized
impl Unpin for ActuatorsNormalized
impl UnwindSafe for ActuatorsNormalized
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