Struct vst3::Steinberg::Vst::LegacyMIDICCOutEvent
source · #[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: int8
Trait Implementations§
source§impl Clone for LegacyMIDICCOutEvent
impl Clone for LegacyMIDICCOutEvent
source§fn clone(&self) -> LegacyMIDICCOutEvent
fn clone(&self) -> LegacyMIDICCOutEvent
Returns a copy 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 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