pub struct RotaryEncoderEvent { /* private fields */ }
Expand description
Event generated by the process()
function.
Implementations§
Trait Implementations§
Source§impl Clone for RotaryEncoderEvent
impl Clone for RotaryEncoderEvent
Source§fn clone(&self) -> RotaryEncoderEvent
fn clone(&self) -> RotaryEncoderEvent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for RotaryEncoderEvent
impl Debug for RotaryEncoderEvent
Source§impl PartialEq for RotaryEncoderEvent
impl PartialEq for RotaryEncoderEvent
impl Copy for RotaryEncoderEvent
impl Eq for RotaryEncoderEvent
impl StructuralPartialEq for RotaryEncoderEvent
Auto Trait Implementations§
impl Freeze for RotaryEncoderEvent
impl RefUnwindSafe for RotaryEncoderEvent
impl Send for RotaryEncoderEvent
impl Sync for RotaryEncoderEvent
impl Unpin for RotaryEncoderEvent
impl UnwindSafe for RotaryEncoderEvent
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