Struct midi_types::Value7
source · [−]pub struct Value7(_);Expand description
A 7 bit Midi data value stored in an unsigned 8 bit integer, the msb is always 0
Trait Implementations
impl Copy for Value7
impl StructuralPartialEq for Value7
Auto Trait Implementations
impl RefUnwindSafe for Value7
impl Send for Value7
impl Sync for Value7
impl Unpin for Value7
impl UnwindSafe for Value7
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