Struct midi_types::Value14
source · [−]pub struct Value14(_, _);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.
Trait Implementations
impl Copy for Value14
impl StructuralPartialEq for Value14
Auto Trait Implementations
impl RefUnwindSafe for Value14
impl Send for Value14
impl Sync for Value14
impl Unpin for Value14
impl UnwindSafe for Value14
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more