pub struct Note<'a> {
pub output: &'a mut MidiOutputConnection,
}Fields§
§output: &'a mut MidiOutputConnectionImplementations§
Auto Trait Implementations§
impl<'a> Freeze for Note<'a>
impl<'a> !RefUnwindSafe for Note<'a>
impl<'a> Send for Note<'a>
impl<'a> !Sync for Note<'a>
impl<'a> Unpin for Note<'a>
impl<'a> !UnwindSafe for Note<'a>
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