pub struct ComboData<'a> { /* private fields */ }Expand description
Combo data holds the tap set for each ‘combo’.
Basically, combo N consists of taps in the range [offsets[n], offsets[n+1]). Again this is an implementation detail, and the format is designed to put the actual arrays into static data.
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ComboData<'a>
impl<'a> RefUnwindSafe for ComboData<'a>
impl<'a> Send for ComboData<'a>
impl<'a> Sync for ComboData<'a>
impl<'a> Unpin for ComboData<'a>
impl<'a> UnwindSafe for ComboData<'a>
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