pub enum ParamIDs {
HomingStatus = 2_800,
LastError = 320,
}Expand description
Parameter IDs that are required when getting or setting parameters on the robot
Variants§
Implementations§
Trait Implementations§
impl Copy for ParamIDs
impl StructuralPartialEq for ParamIDs
Auto Trait Implementations§
impl Freeze for ParamIDs
impl RefUnwindSafe for ParamIDs
impl Send for ParamIDs
impl Sync for ParamIDs
impl Unpin for ParamIDs
impl UnwindSafe for ParamIDs
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