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