pub struct FSR {
pub l_foot_front_left: f32,
pub l_foot_front_right: f32,
pub l_foot_back_left: f32,
pub l_foot_back_right: f32,
pub r_foot_front_left: f32,
pub r_foot_front_right: f32,
pub r_foot_back_left: f32,
pub r_foot_back_right: f32,
}Fields§
§l_foot_front_left: f32§l_foot_front_right: f32§l_foot_back_left: f32§l_foot_back_right: f32§r_foot_front_left: f32§r_foot_front_right: f32§r_foot_back_left: f32§r_foot_back_right: f32Trait Implementations§
Source§impl<'de> Deserialize<'de> for FSR
impl<'de> Deserialize<'de> for FSR
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
impl Message for FSR
impl StructuralPartialEq for FSR
Auto Trait Implementations§
impl Freeze for FSR
impl RefUnwindSafe for FSR
impl Send for FSR
impl Sync for FSR
impl Unpin for FSR
impl UnwindSafe for FSR
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