Skip to main content

IAkMIDIEvent_tPitchBendMethods

Trait IAkMIDIEvent_tPitchBendMethods 

Source
pub trait IAkMIDIEvent_tPitchBendMethods: IAkMIDIEvent_tPitchBend {
    // 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 set_by_value_lsb(self, value: impl Into<u8>) { ... }
    fn get_by_value_lsb(self) -> u8 { ... }
    fn set_by_value_msb(self, value: impl Into<u8>) { ... }
    fn get_by_value_msb(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 set_by_value_lsb(self, value: impl Into<u8>)

set_byValueLsb(u8) overload

Source

fn get_by_value_lsb(self) -> u8

get_byValueLsb() overload

Source

fn set_by_value_msb(self, value: impl Into<u8>)

set_byValueMsb(u8) overload

Source

fn get_by_value_msb(self) -> u8

get_byValueMsb() 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: IAkMIDIEvent_tPitchBend> IAkMIDIEvent_tPitchBendMethods for __T

Available on crate feature root-akmidievent only.