pub struct Buttons {
pub chest: bool,
pub l_foot_bumper_left: bool,
pub l_foot_bumper_right: bool,
pub r_foot_bumper_left: bool,
pub r_foot_bumper_right: bool,
}Fields§
§chest: bool§l_foot_bumper_left: bool§l_foot_bumper_right: bool§r_foot_bumper_left: bool§r_foot_bumper_right: boolTrait Implementations§
Source§impl<'de> Deserialize<'de> for Buttons
impl<'de> Deserialize<'de> for Buttons
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 Buttons
impl StructuralPartialEq for Buttons
Auto Trait Implementations§
impl Freeze for Buttons
impl RefUnwindSafe for Buttons
impl Send for Buttons
impl Sync for Buttons
impl Unpin for Buttons
impl UnwindSafe for Buttons
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