#[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_t
§output_enabled: retro_midi_output_enabled_t
§read: retro_midi_read_t
§write: retro_midi_write_t
§flush: retro_midi_flush_t
Trait Implementations§
Source§impl Clone for retro_midi_interface
impl Clone for retro_midi_interface
Source§fn clone(&self) -> retro_midi_interface
fn clone(&self) -> retro_midi_interface
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for retro_midi_interface
impl Debug for retro_midi_interface
impl Copy for retro_midi_interface
Auto Trait Implementations§
impl Freeze for retro_midi_interface
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more