pub struct MidiURIDCollection {
pub raw: URID<MidiEvent>,
}
Expand description
Collection with the URIDs of all UriBound
s in this crate.
Fields§
§raw: URID<MidiEvent>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MidiURIDCollection
impl RefUnwindSafe for MidiURIDCollection
impl Send for MidiURIDCollection
impl Sync for MidiURIDCollection
impl Unpin for MidiURIDCollection
impl UnwindSafe for MidiURIDCollection
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