pub struct MidiAccess { /* private fields */ }Implementations§
Source§impl MidiAccess
impl MidiAccess
pub async fn get_access() -> Self
pub fn inputs(&self) -> Vec<MidiInput>
pub fn outputs(&self) -> Vec<MidiOutput>
Auto Trait Implementations§
impl Freeze for MidiAccess
impl RefUnwindSafe for MidiAccess
impl Send for MidiAccess
impl Sync for MidiAccess
impl Unpin for MidiAccess
impl UnsafeUnpin for MidiAccess
impl UnwindSafe for MidiAccess
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