pub struct Value14(/* private fields */);
Expand description
A 14 bit Midi value stored as two 7 bit Midi data values, where the msb is always 0 to signify that this is a data value.
Implementations§
Trait Implementations§
impl Copy for Value14
impl Eq for Value14
impl StructuralPartialEq for Value14
Auto Trait Implementations§
impl Freeze for Value14
impl RefUnwindSafe for Value14
impl Send for Value14
impl Sync for Value14
impl Unpin for Value14
impl UnwindSafe for Value14
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