pub struct RelativeEncoders { /* private fields */ }
Expand description
Structure to remember the previous values of the encoders, to be used
with Controller::get_relative_encoder_ticks()
. A new value can
be created using Controller::new_relative()
.
Auto Trait Implementations§
impl Freeze for RelativeEncoders
impl RefUnwindSafe for RelativeEncoders
impl Send for RelativeEncoders
impl Sync for RelativeEncoders
impl Unpin for RelativeEncoders
impl UnwindSafe for RelativeEncoders
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