Struct rust_libretro_sys::retro_midi_interface
source · [−]#[repr(C)]pub struct retro_midi_interface {
pub input_enabled: retro_midi_input_enabled_t,
pub output_enabled: retro_midi_output_enabled_t,
pub read: retro_midi_read_t,
pub write: retro_midi_write_t,
pub flush: retro_midi_flush_t,
}Fields
input_enabled: retro_midi_input_enabled_toutput_enabled: retro_midi_output_enabled_tread: retro_midi_read_twrite: retro_midi_write_tflush: retro_midi_flush_tTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for retro_midi_interface
impl Send for retro_midi_interface
impl Sync for retro_midi_interface
impl Unpin for retro_midi_interface
impl UnwindSafe for retro_midi_interface
Blanket Implementations
Mutably borrows from an owned value. Read more
