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