pub struct Value7(/* private fields */);
Expand description
A 7 bit Midi data value stored in an unsigned 8 bit integer, the msb is always 0
Implementations§
Trait Implementations§
impl Copy for Value7
impl Eq for Value7
impl StructuralPartialEq for Value7
Auto Trait Implementations§
impl Freeze for Value7
impl RefUnwindSafe for Value7
impl Send for Value7
impl Sync for Value7
impl Unpin for Value7
impl UnwindSafe for Value7
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