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