pub struct MultiPressCompleteEvent {
pub previous_position: Option<u8>,
pub total_number_of_presses_counted: Option<u8>,
}Fields§
§previous_position: Option<u8>§total_number_of_presses_counted: Option<u8>Trait Implementations§
Source§impl Debug for MultiPressCompleteEvent
impl Debug for MultiPressCompleteEvent
Auto Trait Implementations§
impl Freeze for MultiPressCompleteEvent
impl RefUnwindSafe for MultiPressCompleteEvent
impl Send for MultiPressCompleteEvent
impl Sync for MultiPressCompleteEvent
impl Unpin for MultiPressCompleteEvent
impl UnwindSafe for MultiPressCompleteEvent
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