Skip to main content

IAkMIDIEventCallbackInfoMethods

Trait IAkMIDIEventCallbackInfoMethods 

Source
pub trait IAkMIDIEventCallbackInfoMethods: IAkMIDIEventCallbackInfo {
Show 19 methods // Provided methods fn ctor(self, c_ptr: impl Into<IntPtr>, c_memory_own: impl Into<bool>) { ... } fn set_c_ptr(self, c_ptr: impl Into<IntPtr>) { ... } fn finalize(self) { ... } fn dispose(self) { ... } fn get_by_chan(self) -> u8 { ... } fn get_by_param1(self) -> u8 { ... } fn get_by_param2(self) -> u8 { ... } fn get_by_type(self) -> AkMIDIEventTypes { ... } fn get_by_on_off_note(self) -> u8 { ... } fn get_by_velocity(self) -> u8 { ... } fn get_by_cc(self) -> AkMIDICcTypes { ... } fn get_by_cc_value(self) -> u8 { ... } fn get_by_value_lsb(self) -> u8 { ... } fn get_by_value_msb(self) -> u8 { ... } fn get_by_aftertouch_note(self) -> u8 { ... } fn get_by_note_aftertouch_value(self) -> u8 { ... } fn get_by_chan_aftertouch_value(self) -> u8 { ... } fn get_by_program_num(self) -> u8 { ... } fn ctor_2(self) { ... }
}

Provided Methods§

Source

fn ctor(self, c_ptr: impl Into<IntPtr>, c_memory_own: impl Into<bool>)

.ctor(::unity::IntPtr, bool) overload

Source

fn set_c_ptr(self, c_ptr: impl Into<IntPtr>)

setCPtr(::unity::IntPtr) overload

Source

fn finalize(self)

Finalize() overload

Source

fn dispose(self)

Dispose() overload

Source

fn get_by_chan(self) -> u8

get_byChan() overload

Source

fn get_by_param1(self) -> u8

get_byParam1() overload

Source

fn get_by_param2(self) -> u8

get_byParam2() overload

Source

fn get_by_type(self) -> AkMIDIEventTypes

get_byType() overload

Source

fn get_by_on_off_note(self) -> u8

get_byOnOffNote() overload

Source

fn get_by_velocity(self) -> u8

get_byVelocity() overload

Source

fn get_by_cc(self) -> AkMIDICcTypes

get_byCc() overload

Source

fn get_by_cc_value(self) -> u8

get_byCcValue() overload

Source

fn get_by_value_lsb(self) -> u8

get_byValueLsb() overload

Source

fn get_by_value_msb(self) -> u8

get_byValueMsb() overload

Source

fn get_by_aftertouch_note(self) -> u8

get_byAftertouchNote() overload

Source

fn get_by_note_aftertouch_value(self) -> u8

get_byNoteAftertouchValue() overload

Source

fn get_by_chan_aftertouch_value(self) -> u8

get_byChanAftertouchValue() overload

Source

fn get_by_program_num(self) -> u8

get_byProgramNum() overload

Source

fn ctor_2(self)

.ctor() overload

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<__T: IAkMIDIEventCallbackInfo> IAkMIDIEventCallbackInfoMethods for __T

Available on crate feature root-akmidieventcallbackinfo only.