pub struct U14(pub u16);Expand description
A 14-bit MIDI data value in the range 0..=16_383, as used by pitch bend.
Tuple Fields§
§0: u16Trait Implementations§
impl Copy for U14
impl Eq for U14
impl StructuralPartialEq for U14
Auto Trait Implementations§
impl Freeze for U14
impl RefUnwindSafe for U14
impl Send for U14
impl Sync for U14
impl Unpin for U14
impl UnsafeUnpin for U14
impl UnwindSafe for U14
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