pub struct InitalizeMode;
Expand description
InitializeMode
This is the plain RotaryEncoder
with no business logic attached. In order to use the RotaryEncoder
it must be initialized to a valid Mode
Auto Trait Implementations§
impl Freeze for InitalizeMode
impl RefUnwindSafe for InitalizeMode
impl Send for InitalizeMode
impl Sync for InitalizeMode
impl Unpin for InitalizeMode
impl UnwindSafe for InitalizeMode
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