pub trait IAkMIDIEvent_tGenMethods: IAkMIDIEvent_tGen {
// 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_param1(self, value: impl Into<u8>) { ... }
fn get_by_param1(self) -> u8 { ... }
fn set_by_param2(self, value: impl Into<u8>) { ... }
fn get_by_param2(self) -> u8 { ... }
fn ctor_2(self) { ... }
}Provided Methods§
Sourcefn ctor(self, c_ptr: impl Into<IntPtr>, c_memory_own: impl Into<bool>)
fn ctor(self, c_ptr: impl Into<IntPtr>, c_memory_own: impl Into<bool>)
.ctor(::unity::IntPtr, bool) overload
Sourcefn set_by_param1(self, value: impl Into<u8>)
fn set_by_param1(self, value: impl Into<u8>)
set_byParam1(u8) overload
Sourcefn get_by_param1(self) -> u8
fn get_by_param1(self) -> u8
get_byParam1() overload
Sourcefn set_by_param2(self, value: impl Into<u8>)
fn set_by_param2(self, value: impl Into<u8>)
set_byParam2(u8) overload
Sourcefn get_by_param2(self) -> u8
fn get_by_param2(self) -> u8
get_byParam2() 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§
impl<__T: IAkMIDIEvent_tGen> IAkMIDIEvent_tGenMethods for __T
Available on crate feature
root-akmidievent only.