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