pub struct Wheel { /* private fields */ }Implementations§
Source§impl Wheel
impl Wheel
pub fn get_motor_state_stream(&self) -> Result<Stream<MotorState>, RpcError>
pub fn get_motor_state(&self) -> Result<MotorState, RpcError>
Source§impl Wheel
impl Wheel
pub fn get_state_stream(&self) -> Result<Stream<WheelState>, RpcError>
pub fn get_state(&self) -> Result<WheelState, RpcError>
Auto Trait Implementations§
impl Freeze for Wheel
impl RefUnwindSafe for Wheel
impl Send for Wheel
impl Sync for Wheel
impl Unpin for Wheel
impl UnwindSafe for Wheel
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