#[repr(C)]pub struct AkMIDIEventTypes {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl AkMIDIEventTypes
impl AkMIDIEventTypes
pub fn note_off() -> Self
pub fn note_on() -> Self
pub fn note_aftertouch() -> Self
pub fn controller() -> Self
pub fn program_change() -> Self
pub fn channel_aftertouch() -> Self
pub fn pitch_bend() -> Self
pub fn sysex() -> Self
pub fn escape() -> Self
pub fn meta() -> Self
Trait Implementations§
Source§impl ClassIdentity for AkMIDIEventTypes
impl ClassIdentity for AkMIDIEventTypes
Source§impl Clone for AkMIDIEventTypes
impl Clone for AkMIDIEventTypes
Source§fn clone(&self) -> AkMIDIEventTypes
fn clone(&self) -> AkMIDIEventTypes
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AkMIDIEventTypes
impl Debug for AkMIDIEventTypes
Source§impl PartialEq for AkMIDIEventTypes
impl PartialEq for AkMIDIEventTypes
impl Copy for AkMIDIEventTypes
impl Eq for AkMIDIEventTypes
impl StructuralPartialEq for AkMIDIEventTypes
Auto Trait Implementations§
impl Freeze for AkMIDIEventTypes
impl RefUnwindSafe for AkMIDIEventTypes
impl Send for AkMIDIEventTypes
impl Sync for AkMIDIEventTypes
impl Unpin for AkMIDIEventTypes
impl UnwindSafe for AkMIDIEventTypes
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)