pub struct TapData {
pub offset: u16,
pub back: u16,
pub group: usize,
pub combo: u8,
pub skip: u8,
}Expand description
This class is an implementation detail and carefully built to be efficient on RISC-V for use in recursion.
Fields§
§offset: u16§back: u16§group: usize§combo: u8§skip: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for TapData
impl RefUnwindSafe for TapData
impl Send for TapData
impl Sync for TapData
impl Unpin for TapData
impl UnwindSafe for TapData
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