#[repr(C)]pub struct LegacyMIDICCOutEvent {
pub controlNumber: uint8,
pub channel: int8,
pub value: int8,
pub value2: int8,
}Fields§
§controlNumber: uint8§channel: int8§value: int8§value2: int8Trait Implementations§
Source§impl Clone for LegacyMIDICCOutEvent
impl Clone for LegacyMIDICCOutEvent
Source§fn clone(&self) -> LegacyMIDICCOutEvent
fn clone(&self) -> LegacyMIDICCOutEvent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LegacyMIDICCOutEvent
impl Send for LegacyMIDICCOutEvent
impl Sync for LegacyMIDICCOutEvent
Auto Trait Implementations§
impl Freeze for LegacyMIDICCOutEvent
impl RefUnwindSafe for LegacyMIDICCOutEvent
impl Unpin for LegacyMIDICCOutEvent
impl UnwindSafe for LegacyMIDICCOutEvent
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